[PATCH] mailmap: fix sorting
Thomas Monjalon
thomas at monjalon.net
Thu Nov 21 16:19:26 CET 2024
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 doing our best manually.
In other words, I don't approve this patch
if there is no good automatic sort with it.
> -Abdullah Ömer Yamaç <omer.yamac at ceng.metu.edu.tr>
> Abdullah Sevincer <abdullah.sevincer at intel.com>
> +Abdullah Ömer Yamaç <omer.yamac at ceng.metu.edu.tr>
"O" should be before "S"
This is an example of bad handling of accents in the automatic sort.
More information about the dev
mailing list