X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rc%2Fgitconfig;h=b2f74bdac1e4183171c12372ea7e814d7db603c8;hb=56890e6a4f7bd3681fdc4b6db0cdce1ef0ec5e47;hp=6fdaf4b1023b32784e2e28d60c36c05116ba755e;hpb=ed7943b5913aae90452e00009a19aaa86605b820;p=clearscm.git diff --git a/rc/gitconfig b/rc/gitconfig index 6fdaf4b..b2f74bd 100644 --- a/rc/gitconfig +++ b/rc/gitconfig @@ -11,12 +11,22 @@ pager = less -RX packedGitLimit=128m packedGitWindowSize=128m + excludesfile = /home/andrew/.gitignore [color] status=auto diff=auto branch=auto +[diff] + tool = meld + +[difftool] + prompt = false + +[difftool "meld"] + cmd = meld "$LOCAL" "$REMOTE" + # Currently these are restating the default [color "branch"] current=green @@ -24,7 +34,7 @@ remote=red [color "diff"] - external = /usr/local/bin/git-meld + external = /bin/meld [color "status"] added=yellow @@ -46,3 +56,7 @@ default = simple [http] sslVerify = false +[credential] + helper = store --file ~/.git-credentials +[pull] + rebase = false