summaryrefslogtreecommitdiffstats
path: root/.gitconfig
blob: 00058385af66e64aab7e800b34547b4703cde4fd (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
[user]
	name = Matthias Schiffer
	email = mschiffer@universe-factory.net
	signingkey = 0x16EF3F64CB201D9C
[merge]
	tool = meld
[color]
	ui = auto
[sendemail]
	suppressfrom = true
	chainreplyto = false
[format]
	thread = true
[log]
	decorate = true
[url "git://git.debian.org/d-i/"]
	insteadOf = git+ssh://git.debian.org/git/d-i/
[commit]
	gpgsign = true
[push]
	default = upstream
[core]
	abbrev = 12
[pretty]
	fixes = Fixes: %h (\"%s\")