blob: 58af7c94e27c26615c7cc827be9f894b8214fbe7 (
plain) (
blame)
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
|
[user]
email = mcsinyx@disroot.org
name = Nguyễn Gia Phong
signingkey = A49C7D6CBDADCF44
[sendemail]
smtpserver = disroot.org
smtpuser = mcsinyx@disroot.org
smtpencryption = ssl
smtpserverport = 465
[color]
ui = auto
[pull]
rebase = true
[init]
defaultBranch = main
[trailer "sign"]
key = Signed-off-by
[push]
followTags = true
[core]
abbrev = 12
pager = less
[commit]
gpgsign = true
[pretty]
fixes = Fixes: %h (\"%s\")
|