aboutsummaryrefslogtreecommitdiff
path: root/home/.gitconfig
blob: 17ace36b6a5d8c44538afc850e51eab529993d7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[user]
	name = Tristan Williams
	email = tgwil@tgwil.net
	username = tgwil
[include]
  # .gitconfig.local used for GPG secret only
  path = ~/.gitconfig.local
[core]
	editor = emacsclient
	autocrlf = input
[commit]
	gpgsign = true
	verbose = true
[init]
	defaultBranch = stable
[merge]
	conflictstyle = zdiff3
[diff]
	algorithm = histogram
	context = 5
[log]
	date = iso
[gpg]
	program = gpg2
[safe]
	directory = *