-
Notifications
You must be signed in to change notification settings - Fork 0
/
gitconfig
53 lines (50 loc) · 1.21 KB
/
gitconfig
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[alias]
s = status
blog = log --graph --pretty=format:\"%h %CRed%cn%CReset %CGreen%ci%Creset %d %s\"
co = checkout
edk2-fp = format-patch --notes -Oedk2.diff.order --stat=1000 --stat-graph-width=20
[user]
name = Heyi Guo
email = heyi.guo@linaro.org
[push]
default = simple
[am]
keepcr = true
[sendemail]
smtpencryption = tls
smtpserver = smtp.gmail.com
smtpuser = heyi.guo@linaro.org
smtpserverport = 587
#to = leif.lindholm@linaro.org
#to = linaro-uefi@lists.linaro.org
to = edk2-devel@lists.01.org
#to = graeme.gregory@linaro.org
#cc = ard.biesheuvel@linaro.org
#cc = graeme.gregory@linaro.org
#cc = guoheyi@huawei.com
#cc = wanghuiqiang@huawei.com
#cc = huangming23@huawei.com
#cc = zhangjinsong2@huawei.com
#cc = mengfanrong@huawei.com
#cc = waip23@126.com
#cc =
#to = edk2-devel@lists.01.org
[format]
#subjectprefix = edk2] [PATCH
#subjectprefix = edk2] [RFC
[core]
editor = "vim -c 'set spell' -c 'set tw=70' -c 'set nocindent' -c 'set nosmartindent'"
whitespace = cr-at-eol
[alias]
s = status
co = checkout
[gitreview]
username = Heyi
[gerrit]
host=review.linaro.org
port=29418
project=ci/uefi
[color]
ui = auto
[commit]
template = ~/configfiles/edk2-commit-template