[PATCH v2] mailmap: fix sorting
Ferruh Yigit
ferruh.yigit at amd.com
Tue Jul 11 11:12:02 CEST 2023
On 7/6/2023 3:42 AM, Stephen Hemminger wrote:
> On Wed, 5 Jul 2023 19:32:48 -0700
> Stephen Hemminger <stephen at networkplumber.org> wrote:
>
>> The mailmap file is supposed to be in sorted order,
>> but several entries are in the wrong place.
>>
>> Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
>> ---
>> v2 - use en_us.UTF-8 sort order
>>
>> .mailmap | 6 +++---
>> 1 file changed, 3 insertions(+), 3 deletions(-)
>>
>> diff --git a/.mailmap b/.mailmap
>> index d200f363394d..bfd3528cf734 100644
>> --- a/.mailmap
>> +++ b/.mailmap
>> @@ -115,8 +115,8 @@ Anoob Joseph <anoobj at marvell.com> <anoob.joseph at caviumnetworks.com>
>> Antara Ganesh Kolar <antara.ganesh.kolar at intel.com>
>> Anthony Fee <anthonyx.fee at intel.com>
>> Antonio Fischetti <antonio.fischetti at intel.com>
>> -Anup Prabhu <aprabhu at marvell.com>
>> Anupam Kapoor <anupam.kapoor at gmail.com>
>> +Anup Prabhu <aprabhu at marvell.com>
>> Apeksha Gupta <apeksha.gupta at nxp.com>
>> Archana Muniganti <marchana at marvell.com> <muniganti.archana at caviumnetworks.com>
>> Archit Pandey <architpandeynitk at gmail.com>
>
> Never mind, something is off if Anup shows up after Anupam
>
This sorting logic already in the file:
Yanjie Xu <yanjie.xu at intel.com>
Yan Xia <yanx.xia at intel.com>
and I don't know how to take following (may sort be ignoring the
white-space between name and surname?):
Yi Li <liyi1 at chinatelecom.cn>
Yi Liu <yi.liu at nxp.com>
Yilong Lv <lvyilong.lyl at alibaba-inc.com>
Yi Lu <luyi68 at live.com>
But to be able to sort whole file with 'sort' and no need to manually
fix above quirks, I am OK with the change, hence:
Acked-by: Ferruh Yigit <ferruh.yigit at amd.com>
More information about the dev
mailing list