1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-04 03:48:07 +02:00
lazygit/pkg/integration/components
Nils Andresen 245563bc99 (#2288) quote remoteName before compiling regex
If the remote name contains special regex-chars,
the compilation of the regex might fail.
Quoting the remoteName ensures that all special chars
in the remoteName are properly escaped before compiling
the regex.
2022-11-24 12:56:28 +00:00
..
assert.go Merge branch 'master' into stash-untracked-changes 2022-10-06 22:59:06 -02:30
input.go update test 2022-09-24 23:37:17 +02:00
paths.go even better structure 2022-08-14 11:24:07 +10:00
runner.go fix broken CI (see https://vielmetti.typepad.com/logbook/2022/10/git-security-fixes-lead-to-fatal-transport-file-not-allowed-error-in-ci-systems-cve-2022-39253.html) 2022-11-12 18:09:15 -03:30
shell.go (#2288) quote remoteName before compiling regex 2022-11-24 12:56:28 +00:00
snapshot.go remove deprecated calls 2022-09-17 15:10:41 -07:00
test_test.go various changes to improve integration tests 2022-09-16 08:42:39 -07:00
test.go various changes to improve integration tests 2022-09-16 08:42:39 -07:00