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
|
||||
ignorecase = false
|
||||
excludesfile = ~/.config/git/ignore
|
||||
quotePath = false
|
||||
|
||||
[interactive]
|
||||
diffFilter = delta --color-only --features=interactive
|
||||
|
Loading…
Reference in New Issue
Block a user