mdw-build: Bring into the fold.
[profile] / gitconfig
CommitLineData
5d2b7dab
MW
1[core]
2 filemode = true
ce178f96 3 excludesfile = @gitignore@
5d2b7dab 4
ad43d821
MW
5[user]
6 name = Mark Wooding
7dc35f04 7 email = mdw@distorted.org.uk
ce178f96 8 signingkey = @releasekey@
ad43d821
MW
9
10[merge]
11 summary = true
547fb8af
MW
12 tool = emerge
13
14[mergetool "emerge"]
15 path = emerge-hack
ad43d821
MW
16
17[diff]
ad43d821 18 renames = copies
e818009e 19
5d2b7dab
MW
20[format]
21 headers = "Organization: Straylight/Edgeware\n"
22
e818009e
MW
23[color]
24 diff = auto
25 status = auto
26 branch = auto
5d2b7dab
MW
27
28[color "diff"]
29 plain = normal
30 meta = bold
8b6bc589
MW
31 new = green
32 old = red
5d2b7dab
MW
33 commit = bold yellow
34 whitespace = reverse red
35
36[color "status"]
37 header = bold
38 added = bold green
39 changed = bold blue
40 untracked = bold red
41
42[color "branch"]
43 current = bold
44 local = normal
45 remote = cyan
46
47[alias]
48 egrep = "grep -E"
49 patch = "format-patch -o p -s"
7e2c05e9 50 release = !"sh -e -c ' \
cef39ac8
MW
51 [ $# -gt 0 ] || { \
52 echo >&2 \"usage: git release [OPTS] TAG\"; \
53 exit 1; \
54 }; \
55 ver=$(eval echo \"\\$$#\"); \
56 git tag -as -m \"Release $ver.\" \"$@\"' release"
6fc9ca84 57 amend = !"env EDITOR=true VISUAL=true git commit --amend -a"
5d2b7dab
MW
58 mailto = "send-email \
59 --quiet \
60 --no-chain-reply-to \
61 --no-signed-off-by-cc \
62 --to"
9931fa54 63 files = "ls-files --exclude-standard"
f13876a5 64
75d08fb2
MW
65[stgit]
66 autoresolved = yes
67 smtpdelay = 0
68
f13876a5
MW
69[mail "alias"]
70 git = git@vger.kernel.org
71 mdw = mdw@distorted.org.uk
547fb8af 72
560a4aa7
MW
73[sendemail]
74 chainreplyto = no
75 signedoffcc = yes
76
ecaa0c5b 77[gui]
f444229a
MW
78 fontui = -family Sans -size 10
79 fontdiff = -family MiscFixed6x13 -size 10