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