Git: disable safecrlf.
This commit is contained in:
parent
bcc05fd0d7
commit
fa7e0af397
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user