eterm-theme.cfg: Make the yellow slightly more yellow.
[profile] / gitconfig
index 7442bb1..1e9c706 100644 (file)
--- a/gitconfig
+++ b/gitconfig
@@ -1,3 +1,6 @@
+[core]
+       filemode = true
+
 [user]
        name = Mark Wooding
        email = <mdw@distorted.org.uk>
@@ -6,5 +9,40 @@
        summary = true
 
 [diff]
-       color = true
        renames = copies
+
+[format]
+       headers = "Organization: Straylight/Edgeware\n"
+
+[color]
+       diff = auto
+       status = auto
+       branch = auto
+
+[color "diff"]
+       plain = normal
+       meta = bold
+       new = bold green
+       old = bold red
+       commit = bold yellow
+       whitespace = reverse red
+
+[color "status"]
+       header = bold
+       added = bold green
+       changed = bold blue
+       untracked = bold red
+
+[color "branch"]
+       current = bold
+       local = normal
+       remote = cyan
+
+[alias]
+       egrep = "grep -E"
+       patch = "format-patch -o p -s"
+       mailto = "send-email \
+                       --quiet \
+                       --no-chain-reply-to \
+                       --no-signed-off-by-cc \
+                       --to"