From 344d30b264bdc41793939e884caae3464f3995c8 Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Wed, 1 Apr 2015 19:38:11 +0200 Subject: [PATCH] dotfiles: gitconfig update --- dotfiles/gitconfig | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/dotfiles/gitconfig b/dotfiles/gitconfig index d31aa9e..80b45a5 100644 --- a/dotfiles/gitconfig +++ b/dotfiles/gitconfig @@ -2,18 +2,29 @@ name = Stefan Huber email = me@example.com signingkey = 0123456 +[http] + #prxy = http://username:password@192.168.9.10:8080 [color] ui = auto + status = auto + branch = auto + diff = auto + interactive = auto [core] editor = vim pager = less -FXRS -x4 -[merge] - tool = splice [mergetool "splice"] cmd = "gvim -f $BASE $LOCAL $REMOTE $MERGED -c 'SpliceInit'" trustExitCode = true +[merge] + tool = splice +[push] + default = simple [alias] wdiff = diff --color-words wlog = log --color-words [diff] renames = true + submodule = log +[status] + #submodulesummary = true ; reduces speed of 'git status' \ No newline at end of file -- 2.30.2