From c750e54afddc5ad7b8b56bab08961fe9d1211c76 Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Thu, 28 Feb 2019 09:50:30 -0800 Subject: [PATCH] disable quotepath in gitconfig --- gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/gitconfig b/gitconfig index b9ccb42..d55ddd0 100644 --- a/gitconfig +++ b/gitconfig @@ -1,6 +1,7 @@ [core] editor = vim excludesfile = ~/.gitignore + quotepath = false [color] branch = auto diff = auto