summaryrefslogtreecommitdiff
path: root/cvs/.gitconfig
blob: 052ff033c2ff91a8fa007c3f4454267930bda6cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[user]
	name = Mikhail Kirillov
	email = w96k@runbox.com
[gpg]
	program = gpg2
[github]
	user = w96k
[color]
	ui = auto
[sendemail]
	smtpEncryption = tls
	smtpServer = mail.runbox.com
	smtpUser = w96k@runbox.com
	smtpServerPort = 587
[init]
	defaultBranch = master
[http]
	sslVerify = true