X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/ec84245acf295f36d8300519a5961c5fd60eea26..e01774541ba3eab18bf8c21813b9a022ea6f69be:/.config/git/config?ds=sidebyside diff --git a/.config/git/config b/.config/git/config index 35f1eb9..35aba9d 100644 --- a/.config/git/config +++ b/.config/git/config @@ -1,6 +1,6 @@ [user] name = Amin Bandali - email = bandali@gnu.org + email = bandali@kelar.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 @@ -53,11 +53,16 @@ # branch=true [github] - user = aminb + user = notbandali [sendemail] smtpuser = bandali - smtpserver = fencepost.gnu.org + smtpserver = mail.kelar.org smtpserverport = 587 smtpencryption = tls annotate = yes + +[transfer] + fsckObjects = true +[init] + templateDir = ~/.config/git/template