From 2daea337dbcdc23ff958c2f4e043c19288a59ff0 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Fri, 11 Jul 2014 14:11:36 +0200 Subject: [PATCH] Handle umlauts and such better on OS X, hopefully --- gitconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index 4c263ed..efe6564 100644 --- a/gitconfig +++ b/gitconfig @@ -15,8 +15,11 @@ excludesfile = ~/.gitignore_global quotepath = false + # Handle umlauts and such better on OS X + precomposeunicode = true + # Make `git rebase` safer on OS X - # More info: + # More info: http://www.git-tower.com/blog/make-git-rebase-safe-on-osx/ trustctime = false [alias]