X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rc%2Fgitconfig;h=f90378692102dff3584f2669d6dd0061774c0c65;hb=e3ba75a853e1389096c2241dc7f685f58beb6529;hp=b9815e666d62c4f9e866c03a627626c9d4e8c20b;hpb=476e89577a178ee0479a5908772c6271347dae29;p=clearscm.git diff --git a/rc/gitconfig b/rc/gitconfig index b9815e6..f903786 100644 --- a/rc/gitconfig +++ b/rc/gitconfig @@ -11,6 +11,7 @@ pager = less -RX packedGitLimit=128m packedGitWindowSize=128m + excludesfile = /home/andrew/.gitignore [color] status=auto @@ -57,3 +58,5 @@ sslVerify = false [credential] helper = store +[pull] + rebase = false