mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-21 17:27:13 +01:00
Handle umlauts and such better on OS X, hopefully
This commit is contained in:
parent
5ff34ddbae
commit
2daea337db
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user