X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/4ed3a945254d0ad4dc646d6a1816bd92236ccc66..5b4b57a9b114fb1d57cde09bc9ad7a02d3fb10e1:/.config/git/config diff --git a/.config/git/config b/.config/git/config index 9b9c776..f9be27e 100644 --- a/.config/git/config +++ b/.config/git/config @@ -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 = notbandali [sendemail] - smtpuser = bandali + smtpuser = mab smtpserver = fencepost.gnu.org smtpserverport = 587 smtpencryption = tls annotate = yes + +[transfer] + fsckObjects = true