[PATCH] mailmap: change primary address for Derrick Stolee
From: Derrick Stolee via GitGitGadget <hidden>
Date: 2022-02-14 16:46:26
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Derrick Stolee <redacted>
Stolee transitioned from Microsoft to GitHub in July 2020, but continued
to use [off-list ref] because it was a valid address. He also
used [off-list ref] to communicate with the mailing list since
writing plaintext emails is difficult in Outlook. However, recent issues
with GMail delaying mailing list messages created a need to change his
primary email address.
Signed-off-by: Derrick Stolee <redacted>
---
mailmap: change primary address for Derrick Stolee
As mentioned, I'm transitioning my email to my @github.com address. I
might still use stolee@gmail.com for some old threads that aren't
completely available in my other account.
This also doesn't change any commits that were submitted before this,
but should affect all commits that I submit afterwards.
Thanks, -Stolee
Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-1142%2Fderrickstolee%2Fmailmap-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-1142/derrickstolee/mailmap-v1
Pull-Request: https://github.com/gitgitgadget/git/pull/1142
.mailmap | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.mailmap b/.mailmap
index 9c6a446bdfb..07db36a9bb9 100644
--- a/.mailmap
+++ b/.mailmap@@ -59,8 +59,9 @@ David Reiss <dreiss@facebook.com> <dreiss@dreiss-vmware.(none)> David S. Miller <davem@davemloft.net> David Turner <novalis@novalis.org> <dturner@twopensource.com> David Turner <novalis@novalis.org> <dturner@twosigma.com> -Derrick Stolee <dstolee@microsoft.com> <stolee@gmail.com> -Derrick Stolee <dstolee@microsoft.com> Derrick Stolee via GitGitGadget <gitgitgadget@gmail.com> +Derrick Stolee <derrickstolee@github.com> <stolee@gmail.com> +Derrick Stolee <derrickstolee@github.com> Derrick Stolee via GitGitGadget <gitgitgadget@gmail.com> +Derrick Stolee <derrickstolee@github.com> <dstolee@microsoft.com> Deskin Miller <deskinm@umich.edu> Đoàn Trần Công Danh <congdanhqx@gmail.com> Doan Tran Cong Danh Dirk Süsserott <newsletter@dirk.my1.cc>
base-commit: b80121027d1247a0754b3cc46897fee75c050b44 -- gitgitgadget