summaryrefslogtreecommitdiff
path: root/gitconfig-wmf
blob: a6b6a19033e09db1ddba7d4f039c7cdefcfa1b4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[user]
	name = Lars Wirzenius
	email = lwirzenius@wikimedia.org
        signingkey = 44E17740B8611E9C
[commit]
        gpgSign = false
[core]
	excludesfile = /home/liw/.git-global-ignore
[url "ssh://git@git.liw.fi/"]
	pushInsteadOf = git://git.liw.fi/
[color]
	ui = auto
[push]
    default = simple

[url "ssh://liw@gerrit.wikimedia.org:29418/"]
    pushInsteadOf = https://gerrit.wikimedia.org/r/
[review]
    remote = origin
    username = liw
[protocol]
    version = 2