On 8/10/21 1:46 PM, Hanna Reitz wrote: > On 10.08.21 13:29, Philippe Mathieu-Daudé wrote: >> On 8/10/21 11:50 AM, Hanna Reitz wrote: >>> I have changed my name and email address. Update the MAINTAINERS file >>> to match. >>> >>> Signed-off-by: Hanna Reitz <hre...@redhat.com> >>> --- >>> MAINTAINERS | 8 ++++---- >>> 1 file changed, 4 insertions(+), 4 deletions(-) >> I'd recommend you to also add an entry in .mailmap: >> >> -- >8 -- >> diff --git a/.mailmap b/.mailmap >> index 082ff893ab3..504839c84d3 100644 >> --- a/.mailmap >> +++ b/.mailmap >> @@ -53,6 +53,7 @@ Anthony Liguori <anth...@codemonkey.ws> Anthony >> Liguori <aligu...@us.ibm.com> >> Filip Bozuta <filip.boz...@syrmia.com> <filip.boz...@rt-rk.com.com> >> Frederic Konrad <kon...@adacore.com> <fred.kon...@greensocs.com> >> Greg Kurz <gr...@kaod.org> <gk...@linux.vnet.ibm.com> >> +Hanna Reitz <hre...@redhat.com> <mre...@redhat.com> >> Huacai Chen <chenhua...@kernel.org> <che...@lemote.com> >> Huacai Chen <chenhua...@kernel.org> <chenhua...@loongson.cn> >> James Hogan <jho...@kernel.org> <james.ho...@imgtec.com> >> --- > > Hu, I didn’t know there is such a thing. Looks like I could even do > > Hanna Reitz <hre...@redhat.com> Max Reitz <mre...@redhat.com>
If you want to restrict to 'Max Reitz', but without it it will simply take all mails from <mreitz@>. IMO KISS, no need to filter by name in your case :) > Feels a bit like cheating, though...? No, why? The "preferred name forms" section seems adequate. >> As it or with .mailmap modified: >> Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com> What is nice with .mailmap is the combination with ./get_maintainers.pl, in particular when it defaults looking at commit history. If you Sob/Acked a commit as Max, the script (call by git-send-email) will replace it by Hanna. For the contribution statistics, all your previous contributions as Max will be directly shown as Hanna (along with your future ones).