summaryrefslogtreecommitdiff
path: root/gitconfig
blob: 10f6efc6bbbb43c1aed3259305c0d6d825a35f0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[user]
	name = Peter Palfrader
	email = peter@palfrader.org
[alias]
	st = status
	ci = commit
	co = checkout
[color]
	diff = auto
	status = auto
	branch = auto
[http]
	sslCAPath = /etc/ssl/certs
[merge]
	summary = true
[branch "debian-merge"]
	mergeoptions = --no-ff --no-commit
[branch "debian"]
	mergeoptions = --no-ff --no-commit