Re: [PATCH] mailmap: Fix Andrey Drobyshev author email

2023-10-01 Thread Philippe Mathieu-Daudé
On 26/9/23 12:28, andrey.drobys...@virtuozzo.com wrote: From: Andrey Drobyshev This fixes authorship of commits 2848289168, 52b10c9c0c as the mailing list rewrote the "From:" field in the corresponding patches. See commit 3bd2608db7 ("maint: Add .mailmap entries for patches claiming list autho

Re: [PATCH] mailmap: Fix Andrey Drobyshev author email

2023-09-27 Thread Eric Blake
On Wed, Sep 27, 2023 at 01:41:41PM +0100, Peter Maydell wrote: > On Tue, 26 Sept 2023 at 20:42, Eric Blake wrote: > > > > On Tue, Sep 26, 2023 at 02:46:44PM +0100, Peter Maydell wrote: > > > What did you mean by "we prefer to avoid adding more entries" ? > > > It reads to me like "don't add more e

Re: [PATCH] mailmap: Fix Andrey Drobyshev author email

2023-09-27 Thread Peter Maydell
On Tue, 26 Sept 2023 at 20:42, Eric Blake wrote: > > On Tue, Sep 26, 2023 at 02:46:44PM +0100, Peter Maydell wrote: > > What did you mean by "we prefer to avoid adding more entries" ? > > It reads to me like "don't add more entries even if we get more > > accidental attributed-to-the-list commits"

Re: [PATCH] mailmap: Fix Andrey Drobyshev author email

2023-09-26 Thread Peter Maydell
On Tue, 26 Sept 2023 at 20:42, Eric Blake wrote: > > On Tue, Sep 26, 2023 at 02:46:44PM +0100, Peter Maydell wrote: > > On Tue, 26 Sept 2023 at 14:40, Eric Blake wrote: > > > > > > On Tue, Sep 26, 2023 at 01:28:01PM +0300, andrey.drobys...@virtuozzo.com > > > wrote: > > > > From: Andrey Drobyshe

Re: [PATCH] mailmap: Fix Andrey Drobyshev author email

2023-09-26 Thread Eric Blake
On Tue, Sep 26, 2023 at 02:46:44PM +0100, Peter Maydell wrote: > On Tue, 26 Sept 2023 at 14:40, Eric Blake wrote: > > > > On Tue, Sep 26, 2023 at 01:28:01PM +0300, andrey.drobys...@virtuozzo.com > > wrote: > > > From: Andrey Drobyshev > > > > > > This fixes authorship of commits 2848289168, 52b1

Re: [PATCH] mailmap: Fix Andrey Drobyshev author email

2023-09-26 Thread Peter Maydell
On Tue, 26 Sept 2023 at 14:40, Eric Blake wrote: > > On Tue, Sep 26, 2023 at 01:28:01PM +0300, andrey.drobys...@virtuozzo.com > wrote: > > From: Andrey Drobyshev > > > > This fixes authorship of commits 2848289168, 52b10c9c0c as the mailing > > list rewrote the "From:" field in the corresponding

Re: [PATCH] mailmap: Fix Andrey Drobyshev author email

2023-09-26 Thread Eric Blake
On Tue, Sep 26, 2023 at 01:28:01PM +0300, andrey.drobys...@virtuozzo.com wrote: > From: Andrey Drobyshev > > This fixes authorship of commits 2848289168, 52b10c9c0c as the mailing > list rewrote the "From:" field in the corresponding patches. See commit > 3bd2608db7 ("maint: Add .mailmap entries

[PATCH] mailmap: Fix Andrey Drobyshev author email

2023-09-26 Thread andrey . drobyshev--- via
From: Andrey Drobyshev This fixes authorship of commits 2848289168, 52b10c9c0c as the mailing list rewrote the "From:" field in the corresponding patches. See commit 3bd2608db7 ("maint: Add .mailmap entries for patches claiming list authorship") for explanation. Signed-off-by: Andrey Drobyshev