X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/2deefd75e867a759013e7eee03ff8e54f6a9783c..74be7f18d68948367de54170342caa7bf5d29a56:/.config/git/config diff --git a/.config/git/config b/.config/git/config index 9b9c776..a56c182 100644 --- a/.config/git/config +++ b/.config/git/config @@ -1,6 +1,6 @@ [user] name = Amin Bandali - email = bandali@gnu.org + email = mab@gnu.org signingkey = BE6273738E616D6D1B3A08E8A21A020248816103 [commit] @@ -17,9 +17,6 @@ [mailmap] file = ~/.config/git/mailmap -[gpg] - program = gpg2 - [alias] git = !exec git # handle nested git calls, e.g. git git status aliases = config --get-regexp '^alias\\.' @@ -56,11 +53,14 @@ # 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