summaryrefslogtreecommitdiff
path: root/git/gitconfig
blob: c51da846392d57092785901ac72839bd66250a1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[user]
	name = Reiner Herrmann

[color]
	ui = auto

[push]
	default = simple

[diff]
	renames = copy

[advice]
	statusHints = false
	resolveConflict = false

[sendemail]
	suppresscc = self

[init]
	templatedir = ~/.git_template

[alias]
	ctags = !.git/hooks/ctags

[gpg]
	program = gpg2

[pager]
	log = diff-highlight | less
	show = diff-highlight | less
	diff = diff-highlight | less

[interactive]
	diffFilter = diff-highlight