gitconfig: Insert my shiny Git signing key.
[profile] / gitconfig
CommitLineData
5d2b7dab
MW
1[core]
2 filemode = true
3
ad43d821
MW
4[user]
5 name = Mark Wooding
7dc35f04 6 email = mdw@distorted.org.uk
79045f08 7 signingkey = 0x838424481371BE1B22ECB4C545510A46481334C2
ad43d821
MW
8
9[merge]
10 summary = true
547fb8af
MW
11 tool = emerge
12
13[mergetool "emerge"]
14 path = emerge-hack
ad43d821
MW
15
16[diff]
ad43d821 17 renames = copies
e818009e 18
5d2b7dab
MW
19[format]
20 headers = "Organization: Straylight/Edgeware\n"
21
e818009e
MW
22[color]
23 diff = auto
24 status = auto
25 branch = auto
5d2b7dab
MW
26
27[color "diff"]
28 plain = normal
29 meta = bold
30 new = bold green
31 old = bold red
32 commit = bold yellow
33 whitespace = reverse red
34
35[color "status"]
36 header = bold
37 added = bold green
38 changed = bold blue
39 untracked = bold red
40
41[color "branch"]
42 current = bold
43 local = normal
44 remote = cyan
45
46[alias]
47 egrep = "grep -E"
48 patch = "format-patch -o p -s"
49 mailto = "send-email \
50 --quiet \
51 --no-chain-reply-to \
52 --no-signed-off-by-cc \
53 --to"
f13876a5 54
75d08fb2
MW
55[stgit]
56 autoresolved = yes
57 smtpdelay = 0
58
f13876a5
MW
59[mail "alias"]
60 git = git@vger.kernel.org
61 mdw = mdw@distorted.org.uk
547fb8af 62
ecaa0c5b
MW
63[gui]
64 fontui = -family helvetica -size 11 -weight normal -slant roman -underline 0 -overstrike 0
4d93931d 65 fontdiff = -family fixed -size 10 -weight normal -slant roman -underline 0 -overstrike 0