80b45a553e6eab4d2c38e437cb84576d6d9be341
[shutils.git] / dotfiles / gitconfig
1 [user]
2 name = Stefan Huber
3 email = me@example.com
4 signingkey = 0123456
5 [http]
6 #prxy = http://username:password@192.168.9.10:8080
7 [color]
8 ui = auto
9 status = auto
10 branch = auto
11 diff = auto
12 interactive = auto
13 [core]
14 editor = vim
15 pager = less -FXRS -x4
16 [mergetool "splice"]
17 cmd = "gvim -f $BASE $LOCAL $REMOTE $MERGED -c 'SpliceInit'"
18 trustExitCode = true
19 [merge]
20 tool = splice
21 [push]
22 default = simple
23 [alias]
24 wdiff = diff --color-words
25 wlog = log --color-words
26 [diff]
27 renames = true
28 submodule = log
29 [status]
30 #submodulesummary = true ; reduces speed of 'git status'