Git: disable safecrlf.

This commit is contained in:
Artem Sapegin 2012-11-09 12:33:26 +04:00
parent bcc05fd0d7
commit fa7e0af397

View File

@ -11,6 +11,7 @@
# If doesn't work, try: pager = less -+$LESS -FRX # If doesn't work, try: pager = less -+$LESS -FRX
pager = less -r pager = less -r
autocrlf = false autocrlf = false
safecrlf = false
excludesfile = ~/.gitignore excludesfile = ~/.gitignore
attributesfile = ~/.gitattributes attributesfile = ~/.gitattributes
[alias] [alias]
@ -53,3 +54,6 @@
[include] [include]
path = ~/.gitlocal path = ~/.gitlocal
[user]
name = Artem Sapegin
email = artem@sapegin.ru