1
0
mirror of https://github.com/kremalicious/dotfiles.git synced 2024-11-22 01:37:14 +01:00

Handle umlauts and such better on OS X, hopefully

This commit is contained in:
Matthias Kretschmann 2014-07-11 14:11:36 +02:00
parent 5ff34ddbae
commit 2daea337db

View File

@ -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: <http://www.git-tower.com/blog/make-git-rebase-safe-on-osx/>
# More info: http://www.git-tower.com/blog/make-git-rebase-safe-on-osx/
trustctime = false
[alias]