guile: Turn on the persistent history.
[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
MW
49 release = !"sh -e -c ' \
50 ver=${1?version}; \
51 shift; \
52 git tag -as "$@" -m \"Release $ver.\" \"$ver\"' release"
5d2b7dab
MW
53 mailto = "send-email \
54 --quiet \
55 --no-chain-reply-to \
56 --no-signed-off-by-cc \
57 --to"
f13876a5 58
75d08fb2
MW
59[stgit]
60 autoresolved = yes
61 smtpdelay = 0
62
f13876a5
MW
63[mail "alias"]
64 git = git@vger.kernel.org
65 mdw = mdw@distorted.org.uk
547fb8af 66
ecaa0c5b
MW
67[gui]
68 fontui = -family helvetica -size 11 -weight normal -slant roman -underline 0 -overstrike 0
4d93931d 69 fontdiff = -family fixed -size 10 -weight normal -slant roman -underline 0 -overstrike 0