-
Notifications
You must be signed in to change notification settings - Fork 1
/
dotgitconfig
47 lines (46 loc) · 1 KB
/
dotgitconfig
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
[user]
name = Alex Bennée
email = [email protected]
signingkey = 5A9E2A44
[sendemail]
from = Alex Bennée <[email protected]>
aliasfiletype = mailrc
aliasesfile = /home/alex/.mailrc
[push]
default = current
[alias]
cp = cherry-pick
dfw = diff --ignore-space-change
pps = format-patch --stat --cover-letter --summary
ppull = format-patch --subject-prefix=PULL --cover-letter
bisect-fixed = bisect bad
bisect-unfixed = bisect good
showfix = log -1 --format=fixes
showref = log -1 --format='%h (%s)'
[pretty]
fixes = Fixes: %h (\"%s\")%nCc: %ae
[credential]
helper = cache --timeout=3600
[color]
ui = auto
[sendemail]
smtpserver = localhost
smtpserverport = 25
confirm = auto
multiedit = false
chainreplyto = false
composeencoding = UTF-8
assume8bitEncoding = true
aliasfile = /home/alex/.mailrc
[diff]
rename = true
[gitreview]
username = ajb
[am]
messageid = true
[github]
user = stsquad
[pull]
ff = only
[merge]
conflictstyle = diff3