Re: [PATCH] .mailmap: resort entries

2025-01-16 Thread Stephen Hemminger
On Thu, 16 Jan 2025 18:49:27 +0100 Thomas Monjalon wrote: > Sorting depends on your locale, > and how you want to consider space and accents. > > Also we need a command to reproduce how sort is supposed to be done. > > 16/01/2025 18:10, Stephen Hemminger: > > Tomer Shmilovich > > +Tomáš Ďurov

Re: [PATCH] .mailmap: resort entries

2025-01-16 Thread Bruce Richardson
On Thu, Jan 16, 2025 at 06:49:27PM +0100, Thomas Monjalon wrote: > Sorting depends on your locale, > and how you want to consider space and accents. > Yes, looking at the changes, the corrections for dealing with spaces all look correct to me. However, moving the accents to the end seems wrong. /

Re: [PATCH] .mailmap: resort entries

2025-01-16 Thread Thomas Monjalon
Sorting depends on your locale, and how you want to consider space and accents. Also we need a command to reproduce how sort is supposed to be done. 16/01/2025 18:10, Stephen Hemminger: > Tomer Shmilovich > +Tomáš Ďurovec > Tone Zhang I don't think we should move accent at the end of the al

[PATCH] .mailmap: resort entries

2025-01-16 Thread Stephen Hemminger
The mailmap file is supposed to be in alphabetic order but it has gotten out of order in several spots over time. Signed-off-by: Stephen Hemminger --- .mailmap | 366 +++ 1 file changed, 183 insertions(+), 183 deletions(-) diff --git a/.mailma