.gitconfig: add autocrlf = false, merge use diff3
authorColin Patrick Mccabe <cmccabe@alumni.cmu.edu>
Wed, 10 Jul 2013 23:58:47 +0000 (16:58 -0700)
committerColin Patrick Mccabe <cmccabe@alumni.cmu.edu>
Wed, 10 Jul 2013 23:58:47 +0000 (16:58 -0700)
Signed-off-by: Colin McCabe <cmccabe@alumni.cmu.edu>

.gitconfig

index 70ae5b5..33bf39d 100644 (file)
@@ -1,6 +1,7 @@
 [core]
        editor = vim
         pager = less -FRX
+       autocrlf = false
 [color]
        branch = auto
        status = auto
@@ -26,3 +27,5 @@
        url = http://review.sf.cloudera.com/ 
 [url "git@github.sf.cloudera.com:"]
        pushInsteadOf = git://github.sf.cloudera.com/
+[merge]
+       conflictstyle = diff3