Re: [GIT PULL] mailmap update for v5.9-rc2

From: Linus Torvalds
Date: Mon Aug 17 2020 - 20:34:05 EST


On Mon, Aug 17, 2020 at 4:27 PM Kees Cook <keescook@xxxxxxxxxxxx> wrote:
>
> It's a programmatic
> reordering and the addition of a pstore contributor's preferred email
> address.

Hmm.

I pulled this, looked at your script, and went "that's not right".

If you want dictionary sorting you'd use "sort -d".

But the commit message says "sort -f".

Looking at the *actual* ordering, you do seem to have actually used
"-d". Or I'm very confused.

The end result looks ok, I'm just confused by that alleged script.

Linus