X-Git-Url: http://club.cc.cmu.edu/~cmccabe/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=.gitconfig;h=423382a9e1e058879670df300ff93650852885c6;hb=378960d9bed5d9276d1e6d3ef29d4cd2a81d7d57;hp=4a5100655c6b27cec53a6d7224da0fb44af93b00;hpb=15dbf2101206f88b80a3791207895990fa6c0ab9;p=cmccabe-etc diff --git a/.gitconfig b/.gitconfig index 4a51006..423382a 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,6 +1,7 @@ [core] editor = vim pager = less -FRX + autocrlf = false [color] branch = auto status = auto @@ -21,4 +22,12 @@ port = 993 sslverify = false [push] - default = matching + default = current +[reviewboard] + url = http://review.sf.cloudera.com/ +[url "git@github.sf.cloudera.com:"] + pushInsteadOf = git://github.sf.cloudera.com/ +[merge] + conflictstyle = diff3 +[branch] + autosetuprebase = always