X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rc%2Fgitconfig;h=719fcefec83ca387838cf3c438c44033f9148446;hb=b19aff368e8114dd44bbd7e306b0946f060e3051;hp=8c4dc6bdc3817cef64241d56034a1e3fa54ccce4;hpb=64cb05c445d480f29d266e70db6eb1d021d34456;p=clearscm.git diff --git a/rc/gitconfig b/rc/gitconfig index 8c4dc6b..719fcef 100644 --- a/rc/gitconfig +++ b/rc/gitconfig @@ -17,6 +17,15 @@ 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 +33,7 @@ remote=red [color "diff"] - external = /usr/local/bin/git-meld + external = /bin/meld [color "status"] added=yellow @@ -40,6 +49,9 @@ type=cat-file -t dump=cat-file -p dlog=log --decorate + oldest-ancestor = !bash -c 'diff -u <(git rev-list --first-parent "${1:-master}") <(git rev-list --first-parent "${2:-HEAD}") | sed -ne \"s/^ //p\" | head -1' - [push] default = simple +[http] + sslVerify = false