projects
/
cmccabe-etc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
69a7b03
)
.gitconfig: add autocrlf = false, merge use diff3
author
Colin Patrick Mccabe
<cmccabe@alumni.cmu.edu>
Wed, 10 Jul 2013 23:58:47 +0000 (16:58 -0700)
committer
Colin 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
patch
|
blob
|
history
diff --git
a/.gitconfig
b/.gitconfig
index
70ae5b5
..
33bf39d
100644
(file)
--- a/
.gitconfig
+++ b/
.gitconfig
@@
-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