diff options
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -89,6 +89,10 @@ # More info: <http://www.git-tower.com/blog/make-git-rebase-safe-on-osx/> trustctime = false + # Prevent showing files whose names contain non-ASCII symbols as unversioned. + # http://michael-kuehnel.de/git/2014/11/21/git-mac-osx-and-german-umlaute.html + precomposeunicode = false + [color] # Use colors in Git commands that are capable of colored output when |