From d1dc1317689bf6b41acccec0ca0236621c6cec62 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 24 Feb 2024 13:10:20 -0500 Subject: Update git mail config --- .config/git/config | 10 +++++----- .config/git/config.canonical | 6 ++++++ .config/git/config.gnu | 8 ++++++++ 3 files changed, 19 insertions(+), 5 deletions(-) create mode 100644 .config/git/config.gnu diff --git a/.config/git/config b/.config/git/config index e0b8d84..1363dc2 100644 --- a/.config/git/config +++ b/.config/git/config @@ -1,6 +1,6 @@ [user] name = Amin Bandali - email = bandali@gnu.org + email = bandali@kelar.org signingKey = BE6273738E616D6D1B3A08E8A21A020248816103 [tag] @@ -63,8 +63,8 @@ user = bandali0 [sendemail] - smtpuser = bandali - smtpserver = fencepost.gnu.org + smtpuser = bandali@kelar.org + smtpserver = mail.kelar.org smtpserverport = 587 smtpencryption = tls annotate = yes @@ -81,14 +81,14 @@ insteadof = salsa: [url "git@salsa.debian.org:gnome-team/"] insteadof = pkg-gnome: -[url "git@salsa.debian.org:bandali/"] - insteadof = salsa-bandali: [url "git@github.com:"] insteadof = gh: [merge "dpkg-mergechangelogs"] name = debian/changelog merge driver driver = dpkg-mergechangelogs -m %O %A %B %A +[includeIf "gitdir:~/src/gnu/"] + path = ~/.config/git/config.gnu [includeIf "gitdir:~/src/canonical/"] path = ~/.config/git/config.canonical [includeIf "gitdir:~/src/sfl/"] diff --git a/.config/git/config.canonical b/.config/git/config.canonical index 6d276f5..86f1a78 100644 --- a/.config/git/config.canonical +++ b/.config/git/config.canonical @@ -1,2 +1,8 @@ [user] email = bandali@canonical.com + +[sendemail] + smtpuser = bandali + smtpserver = smtp.canonical.com + smtpserverport = 587 + smtpencryption = tls diff --git a/.config/git/config.gnu b/.config/git/config.gnu new file mode 100644 index 0000000..1492065 --- /dev/null +++ b/.config/git/config.gnu @@ -0,0 +1,8 @@ +[user] + email = bandali@gnu.org + +[sendemail] + smtpuser = bandali + smtpserver = fencepost.gnu.org + smtpserverport = 587 + smtpencryption = tls -- cgit v1.2.3-60-g2f50