putty-defaults: Revert bogus change to Putty terminal height.
[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"
49
50 [stgit]
51 autoresolved = yes
52 smtpdelay = 0
53
54 [mail "alias"]
55 git = git@vger.kernel.org
56 mdw = mdw@distorted.org.uk
57 [gui]
58 fontui = -family helvetica -size 11 -weight normal -slant roman -underline 0 -overstrike 0
59 fontdiff = -family fixed -size 11 -weight normal -slant roman -underline 0 -overstrike 0