X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/ec84245acf295f36d8300519a5961c5fd60eea26..a0e241c4c77ca92e5b3757e6422267a4e86e476e:/.config/git/config diff --git a/.config/git/config b/.config/git/config index 35f1eb9..2cef2a2 100644 --- a/.config/git/config +++ b/.config/git/config @@ -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,7 +53,7 @@ # branch=true [github] - user = aminb + user = notbandali [sendemail] smtpuser = bandali @@ -61,3 +61,6 @@ smtpserverport = 587 smtpencryption = tls annotate = yes + +[transfer] + fsckObjects = true