summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2022-11-19 22:00:15 -0500
committerAmin Bandali <bandali@gnu.org>2022-11-19 22:00:15 -0500
commitb5dea93399fd4df7089ad90b6e2961d92f67eb5a (patch)
tree417b82896e3f66074e2c7476081b7e62c721c35f
parentd519b322ae87aa0579572f04265b9498070f0168 (diff)
downloadconfigs-b5dea93399fd4df7089ad90b6e2961d92f67eb5a.tar.gz
configs-b5dea93399fd4df7089ad90b6e2961d92f67eb5a.tar.xz
configs-b5dea93399fd4df7089ad90b6e2961d92f67eb5a.zip
* .config/git/config: Default to my gnu.org address.
- Default to my gnu.org address (and use fencepost for smtp). - GPG-sign commits by default again. - Rename work alias to sfl, add canonical, and simplify gnu and kelar to only set the email now. - Update github handle.
-rw-r--r--.config/git/config22
1 files changed, 11 insertions, 11 deletions
diff --git a/.config/git/config b/.config/git/config
index 993b9a8..7db0f89 100644
--- a/.config/git/config
+++ b/.config/git/config
@@ -1,5 +1,10 @@
[user]
name = Amin Bandali
+ email = bandali@gnu.org
+ signingKey = BE6273738E616D6D1B3A08E8A21A020248816103
+
+[commit]
+ gpgSign = true
# [format]
# signoff = true
@@ -28,15 +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 = "! \
- git config user.email 'bandali@gnu.org'; \
- git config user.signingKey 'BE6273738E616D6D1B3A08E8A21A020248816103'; \
- git config commit.gpgSign true"
- kelar = "! \
- git config user.email 'bandali@kelar.org'; \
- git config user.signingKey 'BE6273738E616D6D1B3A08E8A21A020248816103'; \
- git config commit.gpgSign true"
- work = config user.email 'amin.bandali@savoirfairelinux.com'
+ 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
@@ -57,11 +57,11 @@
# branch=true
[github]
- user = notbandali
+ user = bandali0
[sendemail]
smtpuser = bandali
- smtpserver = mail.kelar.org
+ smtpserver = fencepost.gnu.org
smtpserverport = 587
smtpencryption = tls
annotate = yes