dot/gitconfig.in: Tweak email preferences.
[profile] / dot / gitconfig.in
index ebd17bf..f39a5fa 100644 (file)
@@ -3,7 +3,7 @@
 
 [core]
        filemode = true
-       excludesfile = @gitignore@
+       excludesfile = @profile@/git/gitignore
 
 [user]
        name = Mark Wooding
        mdw = mdw@distorted.org.uk
 
 [sendemail]
+       from = Mark Wooding <mdw@distorted.org.uk>
+       aliasesfile = @profile@/dot/mailrc
+       aliasfiletype = mailrc
        chainreplyto = no
-       signedoffcc = yes
+       signedoffbycc = yes
+       suppresscc = self
 
 [gui]
        fontui = -family Sans -size 10