summaryrefslogtreecommitdiff
path: root/gitconfig
blob: fc78559a1b7792efa62b74de5087dc7249af4977 (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 = Peter Palfrader
	email = peter@palfrader.org
	signingkey = C82E0039
[alias]
	st = status
	ci = commit
	co = checkout
	wdiff = diff --color-words
	wshow = show --color-words
	wlog = log -p --word-diff
[color]
	diff = auto
	status = auto
	branch = auto
[http]
	sslCAPath = /etc/ssl/certs
[merge]
	summary = true
	log = 5000
[branch "debian-merge"]
	mergeoptions = --no-ff --no-commit
[branch "debian"]
	mergeoptions = --no-ff --no-commit
[core]
	excludesfile = ~/.gitignore
#[push]
#	default = simple