gitconfig: Use colours in git add --interactive.
[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
b883d4cb 27 interactive = auto
5d2b7dab
MW
28
29[color "diff"]
30 plain = normal
31 meta = bold
8b6bc589
MW
32 new = green
33 old = red
5d2b7dab
MW
34 commit = bold yellow
35 whitespace = reverse red
36
37[color "status"]
38 header = bold
39 added = bold green
40 changed = bold blue
41 untracked = bold red
42
43[color "branch"]
44 current = bold
45 local = normal
46 remote = cyan
47
48[alias]
49 egrep = "grep -E"
50 patch = "format-patch -o p -s"
7e2c05e9 51 release = !"sh -e -c ' \
cef39ac8
MW
52 [ $# -gt 0 ] || { \
53 echo >&2 \"usage: git release [OPTS] TAG\"; \
54 exit 1; \
55 }; \
56 ver=$(eval echo \"\\$$#\"); \
57 git tag -as -m \"Release $ver.\" \"$@\"' release"
6fc9ca84 58 amend = !"env EDITOR=true VISUAL=true git commit --amend -a"
5d2b7dab
MW
59 mailto = "send-email \
60 --quiet \
61 --no-chain-reply-to \
62 --no-signed-off-by-cc \
63 --to"
9931fa54 64 files = "ls-files --exclude-standard"
f13876a5 65
75d08fb2
MW
66[stgit]
67 autoresolved = yes
68 smtpdelay = 0
69
f13876a5
MW
70[mail "alias"]
71 git = git@vger.kernel.org
72 mdw = mdw@distorted.org.uk
547fb8af 73
560a4aa7
MW
74[sendemail]
75 chainreplyto = no
76 signedoffcc = yes
77
ecaa0c5b 78[gui]
f444229a
MW
79 fontui = -family Sans -size 10
80 fontdiff = -family MiscFixed6x13 -size 10