On Mon, Jul 14, 2025 at 01:45:14PM -0700, Stephen Hemminger wrote: > The lines in .mailmap are supposed to be sorted, they have > gotten out of order over time. > > Signed-off-by: Stephen Hemminger <step...@networkplumber.org> > --- > .mailmap | 70 ++++++++++++++++++++++++++++---------------------------- > 1 file changed, 35 insertions(+), 35 deletions(-) > > diff --git a/.mailmap b/.mailmap > index c7d55c7386..0be4d883c9 100644 > --- a/.mailmap > +++ b/.mailmap > @@ -48,7 +48,6 @@ Aleksey Baulin <aleksey.bau...@gmail.com> > Aleksey Katargin <gure...@gmail.com> > Ales Musil <amu...@redhat.com> > Alessio Igor Bogani <alessio.bog...@elettra.eu> > -Alex Chapman <alex.chap...@arm.com> > Alexander Bechikov <asb.t...@gmail.com> > Alexander Belyakov <abely...@gmail.com> > Alexander Chernavin <acherna...@netgate.com> > @@ -59,6 +58,7 @@ Alexander Skorichenko <askoriche...@netgate.com> > Alexander Solganik <solga...@gmail.com> > Alexander V Gutkin <alexander.v.gut...@intel.com> > Alexandre Ferrieux <alexandre.ferri...@orange.com> > +Alex Chapman <alex.chap...@arm.com> > Alexey Kardashevskiy <a...@ozlabs.ru> > Alex Kiselev <a...@bisonrouter.com> <a...@therouter.net> > Alex Marginean <alexandru.margin...@nxp.com>
Nak for this particular form of sorting. The various "Alex"s should appear before the "Alexander"s, since the fist names should be compared alone before the second name comparisons start. /Bruce