X-Git-Url: https://git.sthu.org/?p=shutils.git;a=blobdiff_plain;f=dotfiles%2Fgitconfig;h=80b45a553e6eab4d2c38e437cb84576d6d9be341;hp=7ff03478e7261f04acfac7e40bc6f6b72b1a7f45;hb=344d30b264bdc41793939e884caae3464f3995c8;hpb=197017be815b01cf506736326eecb20a64044d84 diff --git a/dotfiles/gitconfig b/dotfiles/gitconfig index 7ff0347..80b45a5 100644 --- a/dotfiles/gitconfig +++ b/dotfiles/gitconfig @@ -2,15 +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 +[mergetool "splice"] + cmd = "gvim -f $BASE $LOCAL $REMOTE $MERGED -c 'SpliceInit'" + trustExitCode = true [merge] - tool = gvimdiff + 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