From 65aa936483b92a14db76e82efddde6f2f5f1fcce Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Fri, 11 Jul 2014 14:43:32 +0200 Subject: [PATCH] ok, precomposeunicode is weird --- gitconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index efe6564..e603cf1 100644 --- a/gitconfig +++ b/gitconfig @@ -16,7 +16,10 @@ quotepath = false # Handle umlauts and such better on OS X - precomposeunicode = true + # for whatever crazy reason this explicitly + # has to be set to false so tracked files with + # special characters don't get treated as untracked + precomposeunicode = false # Make `git rebase` safer on OS X # More info: http://www.git-tower.com/blog/make-git-rebase-safe-on-osx/