X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/b9347cae9eb2de82845de6c579a1f699dd635ee1..b5dea93399fd4df7089ad90b6e2961d92f67eb5a:/.config/git/config diff --git a/.config/git/config b/.config/git/config index 35aba9d..7db0f89 100644 --- a/.config/git/config +++ b/.config/git/config @@ -1,10 +1,10 @@ [user] name = Amin Bandali - email = bandali@kelar.org - signingkey = BE6273738E616D6D1B3A08E8A21A020248816103 + email = bandali@gnu.org + signingKey = BE6273738E616D6D1B3A08E8A21A020248816103 [commit] - gpgsign = true + gpgSign = true # [format] # signoff = true @@ -33,6 +33,10 @@ psf = push --force nmam = "!f() { notmuch show --format=raw $1 | git am -; }; f" nmam3 = "!f() { notmuch show --format=raw $1 | git am -3 -; }; f" + gnu = config user.email 'bandali@gnu.org' + kelar = config user.email 'bandali@kelar.org' + sfl = config user.email 'amin.bandali@savoirfairelinux.com' + canonical = config user.email 'amin.bandali@canonical.com' [color] ui = auto @@ -53,16 +57,17 @@ # branch=true [github] - user = notbandali + user = bandali0 [sendemail] smtpuser = bandali - smtpserver = mail.kelar.org + smtpserver = fencepost.gnu.org smtpserverport = 587 smtpencryption = tls annotate = yes [transfer] fsckObjects = true + [init] templateDir = ~/.config/git/template