mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-22 09:47:21 +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
|
excludesfile = ~/.gitignore_global
|
||||||
quotepath = false
|
quotepath = false
|
||||||
|
|
||||||
|
# Handle umlauts and such better on OS X
|
||||||
|
precomposeunicode = true
|
||||||
|
|
||||||
# Make `git rebase` safer on OS X
|
# 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
|
trustctime = false
|
||||||
|
|
||||||
[alias]
|
[alias]
|
||||||
|
Loading…
Reference in New Issue
Block a user