summaryrefslogtreecommitdiffstats
path: root/debian/local/gitconfig
blob: b9d61f5b2676a3cf59eac82edbb2a75b05c09af8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# /etc/gitconfig

[alias]
	slog = log --no-show-signature --pretty=format:'%C(yellow)%h%C(reset) %G? (%an, %C(green)%cr%C(reset))%C(red)%d%C(reset) %s'
	wdiff = diff --color-words
	wlog = log --color-words
	wshow = show --color-words

[color]
	ui = true

[core]
	autocrlf = false
	whitespace = blank-at-eof,blank-at-eol,cr-at-eol,indent-with-non-tab,space-before-tab