mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
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. |
||
|---|---|---|
| .. | ||
| assert.go | ||
| input.go | ||
| paths.go | ||
| runner.go | ||
| shell.go | ||
| snapshot.go | ||
| test.go | ||
| test_test.go | ||