On Mon, Jun 22, 2026 at 02:26:33PM +0200, David Marchand wrote:
> On Mon, 25 May 2026 at 20:43, Raghavendra Ningoji
> <[email protected]> wrote:
> > diff --git a/.mailmap b/.mailmap
> > index 89ba6ffccc..60180818f9 100644
> > --- a/.mailmap
> > +++ b/.mailmap
> > @@ -203,6 +203,7 @@ BenoƮt Ganne <[email protected]>
> > Bernard Iremonger <[email protected]>
> > Bert van Leeuwen <[email protected]>
> > Bhagyada Modali <[email protected]>
> > +Raghavendra Ningoji <[email protected]>
> > Bharat Mota <[email protected]> <[email protected]>
> > Bhuvan Mital <[email protected]>
> > Bibo Mao <[email protected]>
>
> Almost missed this.
> Alphabetical order please.
>
To make it a little easier, you can use devtools/mailmap_ctl.py:
mailmap_ctl.py add "name1 name2 <email@domain>"
And that will automatically insert the name in the correct location in the
file for you.
/Bruce