aboutsummaryrefslogtreecommitdiff
path: root/.gitconfig
blob: de244e7079e1f0bd5bf0a2d8014f453987f48429 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[user]
	email = martin@push-f.com
	name = Martin Fischer
[alias]
	l = log --pretty='%an  %ad  %h  %s %C(auto)%d' --date=format:'%a %d.%m.%Y %R' --topo-order
	b = show -s --format=%b
[core]
	commentChar = ";"

	# git sets the LESS environment variable to FRSX if it is unset,
	# which breaks scrolling with the touchpad
	pager = less -+$LESS -FRS