dot/fonts.conf: The saga never ends.
[profile] / git / 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
b883d4cb 30 interactive = auto
49f353d7 31 grep = auto
5d2b7dab
MW
32
33[color "diff"]
34 plain = normal
35 meta = bold
8b6bc589
MW
36 new = green
37 old = red
5d2b7dab
MW
38 commit = bold yellow
39 whitespace = reverse red
40
49f353d7
MW
41[color "interactive"]
42 prompt = bold yellow
43 header = bold
44 help = green
45 error = bold red
46
5d2b7dab
MW
47[color "status"]
48 header = bold
49 added = bold green
50 changed = bold blue
51 untracked = bold red
52
53[color "branch"]
54 current = bold
55 local = normal
56 remote = cyan
57
49f353d7
MW
58[color "grep"]
59 external = --color=always
60
5d2b7dab
MW
61[alias]
62 egrep = "grep -E"
63 patch = "format-patch -o p -s"
7e2c05e9 64 release = !"sh -e -c ' \
cef39ac8 65 [ $# -gt 0 ] || { \
5622a4e0 66 echo >&2 \"usage: git release TAG [OPTS]\"; \
cef39ac8
MW
67 exit 1; \
68 }; \
5622a4e0 69 git tag -as -m \"Release $1.\" \"$@\"' release"
6fc9ca84 70 amend = !"env EDITOR=true VISUAL=true git commit --amend -a"
5622a4e0
MW
71 spaces = !"sh -e -c 'git ls-files -z \"$@\"| \
72 xargs -0r space -cv' spaces"
5d2b7dab
MW
73 mailto = "send-email \
74 --quiet \
75 --no-chain-reply-to \
76 --no-signed-off-by-cc \
77 --to"
9931fa54 78 files = "ls-files --exclude-standard"
307d3be5
MW
79 unstg = !"sh -e -c ' \
80 : ${GIT_DIR=$(git rev-parse --git-dir)}; \
81 if [ $# -eq 0 ]; then set -- \"$(stg branch)\"; fi; \
82 for branch; do \
83 rmdir \"$GIT_DIR/patches/$branch/patches\"; \
84 rm -rf \"$GIT_DIR/patches/$branch\"; \
85 git for-each-ref -s \
86 --format \"git update-ref -d %(refname) %(objectname)\" \
87 \"refs/patches/$branch\" \"refs/bases/$branch\" | \
88 sh -e; \
89 done' unstg"
f13876a5 90
75d08fb2
MW
91[stgit]
92 autoresolved = yes
93 smtpdelay = 0
94
f13876a5
MW
95[mail "alias"]
96 git = git@vger.kernel.org
97 mdw = mdw@distorted.org.uk
547fb8af 98
560a4aa7
MW
99[sendemail]
100 chainreplyto = no
101 signedoffcc = yes
102
ecaa0c5b 103[gui]
f444229a
MW
104 fontui = -family Sans -size 10
105 fontdiff = -family MiscFixed6x13 -size 10