Hello Florian. There is at least an oddity with get_maintainer handling of a .mailmap entry form.
For instance: Mauro's .mailmap entry is: Mauro Carvalho Chehab <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> Is this a valid form? get_maintainer output for Mauro is: $ ./scripts/get_maintainer.pl drivers/media/ -f Mauro Carvalho Chehab <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> (maintainer:MEDIA INPUT INFRASTRUCTURE (V4L/DVB)) I believe the Mauro's and Shuah's .mailmap entries are improper and should be changed, but I'm not completely aware of git .mailmap handling and the documentation seems weakly specified. https://git-scm.com/docs/git-check-mailmap Maybe get_maintainer.pl needs a change or perhaps this patch is appropriate. --- .mailmap | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.mailmap b/.mailmap index c0d5704..c7f92ca 100644 --- a/.mailmap +++ b/.mailmap @@ -96,7 +96,12 @@ Linus Lüssing <[email protected]> <[email protected]> Linus Lüssing <[email protected]> <[email protected]> Mark Brown <[email protected]> Matthieu CASTET <[email protected]> -Mauro Carvalho Chehab <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> +Mauro Carvalho Chehab <[email protected]> <[email protected]> +Mauro Carvalho Chehab <[email protected]> <[email protected]> +Mauro Carvalho Chehab <[email protected]> <[email protected]> +Mauro Carvalho Chehab <[email protected]> <[email protected]> +Mauro Carvalho Chehab <[email protected]> <[email protected]> +Mauro Carvalho Chehab <[email protected]> <[email protected]> Matt Ranostay <[email protected]> Matthew Ranostay <[email protected]> Matt Ranostay <[email protected]> <[email protected]> Mayuresh Janorkar <[email protected]> @@ -132,7 +137,10 @@ Santosh Shilimkar <[email protected]> Sascha Hauer <[email protected]> S.Çağlar Onur <[email protected]> Shiraz Hashim <[email protected]> <[email protected]> -Shuah Khan <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> +Shuah Khan <[email protected]> <[email protected]> +Shuah Khan <[email protected]> <[email protected]> +Shuah Khan <[email protected]> <[email protected]> +Shuah Khan <[email protected]> <[email protected]> Simon Kelley <[email protected]> Stéphane Witzmann <[email protected]> Stephen Hemminger <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

