Git: disable safecrlf.

This commit is contained in:
Artem Sapegin 2012-11-09 12:33:26 +04:00
parent bcc05fd0d7
commit fa7e0af397
1 changed files with 4 additions and 0 deletions

View File

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