fix(git): disable git path escaping
This permits tools like Neogit to play nice with special characters in files. See https://github.com/wfxr/forgit/issues/325#issuecomment-1751335268
This commit is contained in:
parent
ca1c15306a
commit
49ebd00158
@ -10,6 +10,7 @@
|
|||||||
pager = delta
|
pager = delta
|
||||||
ignorecase = false
|
ignorecase = false
|
||||||
excludesfile = ~/.config/git/ignore
|
excludesfile = ~/.config/git/ignore
|
||||||
|
quotePath = false
|
||||||
|
|
||||||
[interactive]
|
[interactive]
|
||||||
diffFilter = delta --color-only --features=interactive
|
diffFilter = delta --color-only --features=interactive
|
||||||
|
Loading…
Reference in New Issue
Block a user