diff mbox series

.mailmap: record canonical email address for Sven Strickroth

Message ID 15b7df69-25d8-c168-dd43-a43b7fee23d2@cs-ware.de (mailing list archive)
State New, archived
Headers show
Series .mailmap: record canonical email address for Sven Strickroth | expand

Commit Message

Sven Strickroth Nov. 20, 2018, 7:40 p.m. UTC
Signed-off-by: Sven Strickroth <email@cs-ware.de>
---
 .mailmap | 2 ++
 1 file changed, 2 insertions(+)

Comments

Jonathan Nieder Nov. 20, 2018, 9:58 p.m. UTC | #1
Hi,

Sven Strickroth wrote:

> Subject: .mailmap: record canonical email address for Sven Strickroth
>
> Signed-off-by: Sven Strickroth <email@cs-ware.de>
> ---
>  .mailmap | 2 ++
>  1 file changed, 2 insertions(+)

Thanks for taking care of it.

[...]
> --- a/.mailmap
> +++ b/.mailmap
> @@ -235,6 +235,8 @@ Steven Grimm <koreth@midwinter.com> <sgrimm@sgrimm-mbp.local>
>  Steven Grimm <koreth@midwinter.com> koreth@midwinter.com
>  Steven Walter <stevenrwalter@gmail.com> <swalter@lexmark.com>
>  Steven Walter <stevenrwalter@gmail.com> <swalter@lpdev.prtdev.lexmark.com>
> +Sven Strickroth <email@cs-ware.de> <sven@cs-ware.de>

Is the above line needed?  It's not clear to me from the commit message
what it does.

> +Sven Strickroth <email@cs-ware.de> <sven.strickroth@tu-clausthal.de>

This line looks good.

>  Sven Verdoolaege <skimo@kotnet.org> <Sven.Verdoolaege@cs.kuleuven.ac.be>
>  Sven Verdoolaege <skimo@kotnet.org> <skimo@liacs.nl>
>  SZEDER G??bor <szeder.dev@gmail.com> <szeder@ira.uka.de>

This line does not seem to have survived mailing.  Fortunately it's a
context line, but thought I should mention it for the future.

Thanks and hope that helps,
Jonathan
Junio C Hamano Nov. 21, 2018, midnight UTC | #2
Jonathan Nieder <jrnieder@gmail.com> writes:

>> +Sven Strickroth <email@cs-ware.de> <sven@cs-ware.de>
>
> Is the above line needed?  It's not clear to me from the commit message
> what it does.

Stare at it once again and you'll see ;-) FWIW I needed to do that
myself before you had the same issue.

Sven is trying to hide real-name name and have a bland token that
would leave the least amount of impression to the recipients there
instead, i.e. "email@add.re.ss".
diff mbox series

Patch

diff --git a/.mailmap b/.mailmap
index f165222a78..a30f409f39 100644
--- a/.mailmap
+++ b/.mailmap
@@ -235,6 +235,8 @@  Steven Grimm <koreth@midwinter.com> <sgrimm@sgrimm-mbp.local>
 Steven Grimm <koreth@midwinter.com> koreth@midwinter.com
 Steven Walter <stevenrwalter@gmail.com> <swalter@lexmark.com>
 Steven Walter <stevenrwalter@gmail.com> <swalter@lpdev.prtdev.lexmark.com>
+Sven Strickroth <email@cs-ware.de> <sven@cs-ware.de>
+Sven Strickroth <email@cs-ware.de> <sven.strickroth@tu-clausthal.de>
 Sven Verdoolaege <skimo@kotnet.org> <Sven.Verdoolaege@cs.kuleuven.ac.be>
 Sven Verdoolaege <skimo@kotnet.org> <skimo@liacs.nl>
 SZEDER Gábor <szeder.dev@gmail.com> <szeder@ira.uka.de>