Skip to content

Commit

Permalink
Fix the Git and the Umlaut problem
Browse files Browse the repository at this point in the history
  • Loading branch information
mischah committed Nov 19, 2014
1 parent 2c1802f commit f2ab1a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@
# More info: <http://www.git-tower.com/blog/make-git-rebase-safe-on-osx/>
trustctime = false

# Git and the Umlaut problem on Mac OS X
# Prevent showing files which filenames contains umlauts as unversioned
# Needs to be false since OS X 10.9.x
# See http://stackoverflow.com/questions/5581857/git-and-the-umlaut-problem-on-mac-os-x
precomposeunicode = false

[color]

# Use colors in Git commands that are capable of colored output when
Expand Down

0 comments on commit f2ab1a8

Please sign in to comment.