From 21c560da5870836f6ea74217352db2b633d2a754 Mon Sep 17 00:00:00 2001 From: Artem Sapegin Date: Wed, 20 Feb 2013 00:08:28 +0400 Subject: [PATCH] Git: Disable crlf settings. --- tilde/gitattributes | 2 -- tilde/gitconfig | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 tilde/gitattributes diff --git a/tilde/gitattributes b/tilde/gitattributes deleted file mode 100644 index 0a91f75..0000000 --- a/tilde/gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -# Automatically normalize line endings for all text-based files -* text=auto diff --git a/tilde/gitconfig b/tilde/gitconfig index 5482843..7699dd1 100644 --- a/tilde/gitconfig +++ b/tilde/gitconfig @@ -10,10 +10,9 @@ # http://stackoverflow.com/questions/136178/git-diff-handling-long-lines # If doesn't work, try: pager = less -+$LESS -FRX pager = less -r - autocrlf = input + autocrlf = false safecrlf = false excludesfile = ~/.gitignore - attributesfile = ~/.gitattributes [alias] a = add ua = reset HEAD