1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-04 10:34:55 +02:00
lazygit/pkg/commands
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
..
git_commands (#2288) quote remoteName before compiling regex 2022-11-24 12:56:28 +00:00
git_config remove deprecated calls 2022-09-17 15:10:41 -07:00
hosting_service Fix open commit in browser for some Gitlab repos 2022-08-24 11:23:02 +10:00
models fix: fix ambiguous branch name 2022-11-14 19:05:07 +11:00
oscommands use tempdir in tests to prevent polluting worktree 2022-11-13 14:10:21 +11:00
patch refactor to only have one context per view 2022-08-06 13:49:11 +10:00
testdata Support opening lazygit in a submodule 2019-05-12 17:59:49 +10:00
types/enums more refactoring 2022-01-04 09:07:15 +11:00
git_cmd_obj_builder.go WIP 2022-01-04 09:07:15 +11:00
git_cmd_obj_runner.go fix(loaders/file.go): changed to ignore stderr when loading git status 2022-09-19 18:46:32 +09:00
git_test.go add deadlock mutex package 2022-08-07 11:16:14 +10:00
git.go fix: fix ambiguous branch name 2022-11-14 19:05:07 +11:00