On Fri, 24 Jul 2026 at 12:00, Quentin Schulz via U-Boot <[email protected]> wrote: > > From: Quentin Schulz <[email protected]> > > We have a new mailing list but the old one still forwards to the new > one, although some people (including me) have issues with the forward > and their mails to the old mailing list being dropped due to SPF policy. > > Add an entry in .mailmap so that Cc: [email protected] in "old" > cover letters and patches use the new mailing list address. > > Tested with b4 ty --dry-run on a series from the old mailing list. > > Tested with a Cc: [email protected] in a commit log with b4 (b4 > send), git-format-patch and git-send-email somehow don't seem to be > respecting this mapping. At least one tool (the one we now recommend) > does the right thing, so it's progress :) > > Signed-off-by: Quentin Schulz <[email protected]> Reviewed-by: Peter Robinson <[email protected]>
I thought we'd done this :) > --- > .mailmap | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.mailmap b/.mailmap > index 76ba0a7fea30..3e8822703f30 100644 > --- a/.mailmap > +++ b/.mailmap > @@ -16,6 +16,7 @@ > # Proper Name <[email protected]> Commit Name <[email protected]> > > <[email protected]> <[email protected]> > +<[email protected]> <[email protected]> > AKASHI Takahiro <[email protected]> <[email protected]> > Abbarapu Venkatesh Yadav <[email protected]> Venkatesh Yadav > Abbarapu <[email protected]> > Alexander Graf <[email protected]> <[email protected]> > > --- > base-commit: d7ef23c07b8e34f65b3e15e3b4e7f58d074923c8 > change-id: 20260724-new-ml-mailmap-a89fd9c55a4f > > Best regards, > -- > Quentin Schulz <[email protected]> >
