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]