-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig-linux
38 lines (31 loc) · 956 Bytes
/
.gitconfig-linux
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
29
30
31
32
33
34
35
36
37
38
[user]
name = Krzysztof Wilczyński
email = kwilczynski@kernel.org
signingkey = 3DE334E7
[commit]
gpgsign = true
[tag]
gpgsign = true
[push]
followTags = false
gpgsign = true
[includeIf "hasconfig:remote.*.url:git@github.com*/**"]
path = ~/.gitconfig-push
#[url "ssh://git@gitolite.kernel.org"]
# insteadOf = "https://git.kernel.org"
# insteadOf = "http://git.kernel.org"
# insteadOf = "git://git.kernel.org"
#[sendemail]
# from = Krzysztof Wilczyński <kwilczynski@kernel.org>
# smtpuser =
# smtppass =
# smtpserver = mail.kernel.org
# smtpserverport = 465
# smtpencryption = ssl
# suppresscc = all
# signedoffbycc = false
# chainreplyto = false
[b4]
trailer-order = fixes*,reported-by*,closes*,originally-by*,suggested-by*,co-developed-by*,signed-off-by*,tested-by*,reviewed-by*,acked-by*,cc*,link*,*
thanks-am-template = ~/.b4-thanks-am-template
thanks-commit-url-mask = https://git.kernel.org/pci/pci/c/%.12s