Re: [PATCH] mailmap: fix sorting

2024-11-21 Thread Thomas Monjalon
06/07/2023 01:45, Stephen Hemminger: > The mailmap file is supposed to be in sorted order, > but several entries are in the wrong place. Sorting a space may be done in various ways. We tried in the past to have a good sort handling both spaces and accents, but we failed to automate it. So we are d

Re: [PATCH] mailmap: fix sorting

2023-07-05 Thread Stephen Hemminger
On Thu, 6 Jul 2023 01:58:03 +0100 Ferruh Yigit wrote: > On 7/6/2023 12:45 AM, Stephen Hemminger wrote: > > The mailmap file is supposed to be in sorted order, > > but several entries are in the wrong place. > > > > Signed-off-by: Stephen Hemminger > > > > Hi Stephen, > > What are you using

Re: [PATCH] mailmap: fix sorting

2023-07-05 Thread Ferruh Yigit
On 7/6/2023 12:45 AM, Stephen Hemminger wrote: > The mailmap file is supposed to be in sorted order, > but several entries are in the wrong place. > > Signed-off-by: Stephen Hemminger > Hi Stephen, What are you using for sorting? When I use 'sort' binary [1] I get only a few lines of diff, but

[PATCH] mailmap: fix sorting

2023-07-05 Thread Stephen Hemminger
The mailmap file is supposed to be in sorted order, but several entries are in the wrong place. Signed-off-by: Stephen Hemminger --- .mailmap | 334 +++ 1 file changed, 167 insertions(+), 167 deletions(-) diff --git a/.mailmap b/.mailmap index