chiark
/
gitweb
/
~mdw
/
profile
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
gitconfig: Remove angle brackets from the email address.
[profile]
/
gitconfig
1
[core]
2
filemode = true
3
4
[user]
5
name = Mark Wooding
6
email = mdw@distorted.org.uk
7
8
[merge]
9
summary = true
10
11
[diff]
12
renames = copies
13
14
[format]
15
headers = "Organization: Straylight/Edgeware\n"
16
17
[color]
18
diff = auto
19
status = auto
20
branch = auto
21
22
[color "diff"]
23
plain = normal
24
meta = bold
25
new = bold green
26
old = bold red
27
commit = bold yellow
28
whitespace = reverse red
29
30
[color "status"]
31
header = bold
32
added = bold green
33
changed = bold blue
34
untracked = bold red
35
36
[color "branch"]
37
current = bold
38
local = normal
39
remote = cyan
40
41
[alias]
42
egrep = "grep -E"
43
patch = "format-patch -o p -s"
44
mailto = "send-email \
45
--quiet \
46
--no-chain-reply-to \
47
--no-signed-off-by-cc \
48
--to"