gitconfig: Use colours in git add --interactive.
[profile] / gitconfig
index 3b70524..9a891fc 100644 (file)
--- a/gitconfig
+++ b/gitconfig
        diff = auto
        status = auto
        branch = auto
+       interactive = auto
 
 [color "diff"]
        plain = normal
        meta = bold
-       new = bold green
-       old = bold red
+       new = green
+       old = red
        commit = bold yellow
        whitespace = reverse red
 
@@ -60,6 +61,7 @@
                        --no-chain-reply-to \
                        --no-signed-off-by-cc \
                        --to"
+       files = "ls-files --exclude-standard"
 
 [stgit]
        autoresolved = yes
        git = git@vger.kernel.org
        mdw = mdw@distorted.org.uk
 
+[sendemail]
+       chainreplyto = no
+       signedoffcc = yes
+
 [gui]
-       fontui = -family helvetica -size 11 -weight normal -slant roman -underline 0 -overstrike 0
-       fontdiff = -family fixed -size 10 -weight normal -slant roman -underline 0 -overstrike 0
+       fontui = -family Sans -size 10
+       fontdiff = -family MiscFixed6x13 -size 10