git: update smtpuser, set transfer.fsckObjects
[~bandali/configs] / .config / git / config
index 35f1eb9..a56c182 100644 (file)
@@ -1,6 +1,6 @@
 [user]
        name = Amin Bandali
-       email = bandali@gnu.org
+       email = mab@gnu.org
        signingkey = BE6273738E616D6D1B3A08E8A21A020248816103
 
 [commit]
@@ -14,8 +14,8 @@
        editor = emacsclient -t
        pager = "less"
 
-[gpg]
-       program = gpg2
+[mailmap]
+       file = ~/.config/git/mailmap
 
 [alias]
        git = !exec git  # handle nested git calls, e.g. git git status
 #      branch=true
 
 [github]
-       user = aminb
+       user = mabgnu
 
 [sendemail]
-       smtpuser = bandali
+       smtpuser = mab
        smtpserver = fencepost.gnu.org
        smtpserverport = 587
        smtpencryption = tls
        annotate = yes
+
+[transfer]
+       fsckObjects = true