summaryrefslogtreecommitdiff
path: root/.gitconfig
blob: e552ed7e1ff4b3d5e55d311c332a659e9880145c (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[user]
	email = [email protected]
	name = Thanos Apollo
	signingkey = 5F6B32E27F433AA9E42A530A0A50703D1CE7AE29
[commit]
	gpgsign = true
[format]
	subjectPrefix = PATCH
[sendemail]
	from = Thanos Apollo <[email protected]>
	smtpserver = smtp.fastmail.com
	smtpuser = [email protected]
	smtpencryption = ssl
	smtpserverport = 465
	annotate = yes
[core]
	commitGraph = true
[gc]
	writeCommitGraph = true
[fetch]
	writeCommitGraph = true