From 49ebd00158f4a14579fd34213d20ec2da2e2580b Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sat, 7 Oct 2023 22:46:00 -0500 Subject: [PATCH] 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 --- dots/.gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/dots/.gitconfig b/dots/.gitconfig index afbaa0c8..463b87c7 100644 --- a/dots/.gitconfig +++ b/dots/.gitconfig @@ -10,6 +10,7 @@ pager = delta ignorecase = false excludesfile = ~/.config/git/ignore + quotePath = false [interactive] diffFilter = delta --color-only --features=interactive