X-Git-Url: https://git.sthu.org/?p=shutils.git;a=blobdiff_plain;f=dotfiles%2Fgitconfig;h=80b45a553e6eab4d2c38e437cb84576d6d9be341;hp=d31aa9e6ee118f00da5990e5cba7acf9775b7954;hb=344d30b264bdc41793939e884caae3464f3995c8;hpb=7475051f66d41ab4f726866bb33c89baa1ecb506 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