summaryrefslogtreecommitdiffstats
path: root/.config/git/config
blob: 82dfec2ee0ce467b5d448a3949088666aaaf058a (plain)
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
27
28
[user]
	name = Tom Willemse
	email = tom@ryuslash.org
[core]
	editor = emacs -nw
	whitespace = trailing-space,tab-in-indent,space-before-tab
[color]
	ui = auto
[alias]
	st = status -s
    stt = !git status | head -n2 | tail -n1 && git status -s
    su = status -suno
	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 = tls
	smtpserver = smtp.gmail.com
	smtpuser = ryuslash@gmail.com
	smtpserverport = 587
[merge]
	tool = emerge
[push]
	default = simple
[diff "lisp"]
    xfuncname = "^\\([^ ]+ [^ ]+"
[diff "org"]
    xfuncname = "^\\*+.*"