summaryrefslogtreecommitdiff
path: root/.gitconfig
blob: 09e4f93cc719168e14ccc6d15a03dacd07e39d18 (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 = 62B758D0F6719938BC09CECA339F736C3A720928
[commit]
	gpgsign = true
[format]
	subjectPrefix = PATCH
[sendemail]
	from = Thanos Apollo <[email protected]>
	smtpserver = smtp.mailbox.org
	smtpuser = [email protected]
	smtpencryption = ssl
	smtpserverport = 465
	annotate = yes
[core]
	commitGraph = true
[gc]
	writeCommitGraph = true
[fetch]
	writeCommitGraph = true