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