X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rc%2Fgitconfig;h=b2f74bdac1e4183171c12372ea7e814d7db603c8;hb=88c9cb9f6ed80dd31981b083593b1746695083b9;hp=2d54e48adc9eedbd9c185fc7e77285b5dddb62bf;hpb=789e78564829765f3da4d9d6ff55b9394acdf4fc;p=clearscm.git diff --git a/rc/gitconfig b/rc/gitconfig index 2d54e48..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 @@ -44,3 +54,9 @@ [push] default = simple +[http] + sslVerify = false +[credential] + helper = store --file ~/.git-credentials +[pull] + rebase = false