From 204d58e5dac74d7b9ed617a0aef612c0091d99d6 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Mon, 14 Oct 2019 15:50:49 +0000 Subject: [PATCH] Make git not quote unicode characters --- home/.gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/home/.gitconfig b/home/.gitconfig index 9ec347d..9dd2d54 100644 --- a/home/.gitconfig +++ b/home/.gitconfig @@ -6,6 +6,7 @@ gpgsign = true [core] excludesfile = ~/.gitignore + quotepath = off [filter "lfs"] process = git-lfs filter-process required = true