X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rc%2Fgitconfig;h=13ba678b9191ecc629b57c947dfc69908192f254;hb=f113b3829a1f40b4ab7197499d9a10561e2da66a;hp=b9815e666d62c4f9e866c03a627626c9d4e8c20b;hpb=476e89577a178ee0479a5908772c6271347dae29;p=clearscm.git diff --git a/rc/gitconfig b/rc/gitconfig index b9815e6..13ba678 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 @@ -54,6 +55,12 @@ [push] default = simple [http] - sslVerify = false + sslVerify = false [credential] - helper = store + helper = store --file ~/.git-credentials +[pull] + rebase = false +[merge] + tool = meld +[mergetoo "meld"] + cmd = meld "$LOCAL" "$BASE" "$REMOTE" --output "$MERGED"