From 82de35feb16a0e32f931ec07861156116f4b038f Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 19 Sep 2011 11:16:02 -0500 Subject: [PATCH] gitconfig. legit integration p4merge tool, color ui rerere --- .gitconfig | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 109eaf4..13ffa2e 100644 --- a/.gitconfig +++ b/.gitconfig @@ -3,16 +3,40 @@ name = Kenneth Reitz [github] user = kennethreitz - token = xxxxxxxxxxxxxxxxxxx [core] excludesfile = /Users/kreitz/.global_ignore quotepath = false [alias] update = !gx-update issues = gh issues open + + branches = !legit branches + br = !legit branches + graft = !legit graft "$@" + harvest = !legit harvest "$@" + publish = !legit publish "$@" + unpublish = !legit unpublish "$@" + sprout = !legit sprout "$@" + sync = !legit sync + switch = !legit switch "$@" + i = add -p + [difftool "Kaleidoscope"] cmd = ksdiff-wrapper git \"$LOCAL\" \"$REMOTE\" [difftool] prompt = false [diff] tool = Kaleidoscope +[merge] + keepBackup = false + tool = p4merge +[mergetool "p4merge"] + cmd = p4merge "$BASE" "$LOCAL" "$REMOTE" "$MERGED" + keepTemporaries = false + trustExitCode = false + keepBackup = false +[color] + ui = auto + interactive = auto +[rerere] + enabled = 1