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:
Price Hiller 2023-10-07 22:46:00 -05:00
parent ca1c15306a
commit 49ebd00158
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -10,6 +10,7 @@
pager = delta
ignorecase = false
excludesfile = ~/.config/git/ignore
quotePath = false
[interactive]
diffFilter = delta --color-only --features=interactive