summaryrefslogtreecommitdiffstats
path: root/.gitconfig
blob: b8f5f8ebc83ec471a96cc9cc44b166eab2b0d34e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[user]
	name = Tom Willemsen
	email = ryuslash@gmail.com
[core]
	editor = emacs -nw
[color]
	ui = auto
[alias]
	st = status -s
	unadd = reset HEAD
	lschanged = diff --name-only
	history = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
[sendemail]
	smtpencryption = lts
	smtpserver = smtp.gmail.com
	smtpuser = ryuslash@gmail.com
	smtpserverport = 587