mdw-conf: Separate out config lookups into its own script.
[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"
7e2c05e9 49 release = !"sh -e -c ' \
cef39ac8
MW
50 [ $# -gt 0 ] || { \
51 echo >&2 \"usage: git release [OPTS] TAG\"; \
52 exit 1; \
53 }; \
54 ver=$(eval echo \"\\$$#\"); \
55 git tag -as -m \"Release $ver.\" \"$@\"' release"
6fc9ca84 56 amend = !"env EDITOR=true VISUAL=true git commit --amend -a"
5d2b7dab
MW
57 mailto = "send-email \
58 --quiet \
59 --no-chain-reply-to \
60 --no-signed-off-by-cc \
61 --to"
f13876a5 62
75d08fb2
MW
63[stgit]
64 autoresolved = yes
65 smtpdelay = 0
66
f13876a5
MW
67[mail "alias"]
68 git = git@vger.kernel.org
69 mdw = mdw@distorted.org.uk
547fb8af 70
ecaa0c5b
MW
71[gui]
72 fontui = -family helvetica -size 11 -weight normal -slant roman -underline 0 -overstrike 0
4d93931d 73 fontdiff = -family fixed -size 10 -weight normal -slant roman -underline 0 -overstrike 0