From dfa4eea53d4ab3afe86e75a0a7a2bd50b04c949f Mon Sep 17 00:00:00 2001 From: Anton Zadvorny Date: Wed, 8 Jul 2015 11:51:14 +0000 Subject: [PATCH] Add quotepath = false --- home/.gitconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/.gitconfig b/home/.gitconfig index a6d3e9c..04dbe6c 100644 --- a/home/.gitconfig +++ b/home/.gitconfig @@ -13,6 +13,7 @@ [core] excludesfile = ~/.gitignore editor = vim + quotepath = false [apply] whitespace = nowarn [mergetool] @@ -20,4 +21,4 @@ [difftool] prompt = false [help] - autocorrect = 1 \ No newline at end of file + autocorrect = 1