summaryrefslogtreecommitdiff
path: root/.gitconfig
blob: 3609f8fe3fce8456ab9fa21a93b1a955877b28b5 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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