* .config/git/config: Default to my gnu.org address.
[~bandali/configs] / .config / git / config
index a56c182..7db0f89 100644 (file)
@@ -1,10 +1,10 @@
 [user]
        name = Amin Bandali
-       email = mab@gnu.org
-       signingkey = BE6273738E616D6D1B3A08E8A21A020248816103
+       email = bandali@gnu.org
+       signingKey = BE6273738E616D6D1B3A08E8A21A020248816103
 
 [commit]
-       gpgsign = true
+       gpgSign = true
 
 # [format]
 #      signoff = true
        psf = push --force
        nmam = "!f() { notmuch show --format=raw $1 | git am -; }; f"
        nmam3 = "!f() { notmuch show --format=raw $1 | git am -3 -; }; f"
+       gnu = config user.email 'bandali@gnu.org'
+       kelar = config user.email 'bandali@kelar.org'
+       sfl = config user.email 'amin.bandali@savoirfairelinux.com'
+       canonical = config user.email 'amin.bandali@canonical.com'
 
 [color]
        ui = auto
 #      branch=true
 
 [github]
-       user = mabgnu
+       user = bandali0
 
 [sendemail]
-       smtpuser = mab
+       smtpuser = bandali
        smtpserver = fencepost.gnu.org
        smtpserverport = 587
        smtpencryption = tls
@@ -64,3 +68,6 @@
 
 [transfer]
        fsckObjects = true
+
+[init]
+       templateDir = ~/.config/git/template