Bugzilla – Attachment 187432 Details for
Bug 40041
Update mailmap for 25.11.x
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40041: Fix structurally incorrect .mailmap entries
Bug-40041-Fix-structurally-incorrect-mailmap-entri.patch (text/plain), 2.86 KB, created by
David Nind
on 2025-10-06 01:39:55 UTC
(
hide
)
Description:
Bug 40041: Fix structurally incorrect .mailmap entries
Filename:
MIME Type:
Creator:
David Nind
Created:
2025-10-06 01:39:55 UTC
Size:
2.86 KB
patch
obsolete
>From c3679d6a9c3a1eb66d17936271a5ce9c40764e10 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Tom=C3=A1s=20Cohen=20Arazi?= <tomascohen@theke.io> >Date: Fri, 3 Oct 2025 15:00:28 -0300 >Subject: [PATCH] Bug 40041: Fix structurally incorrect .mailmap entries >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >This patch fixes malformed entries in .mailmap that were causing >display issues and incorrect author mapping. > >Issues fixed: >- Marjorie Barry-Vila: Missing closing '>' in email address >- Mathieu Saby: Incorrect alias format instead of proper mailmap format > (was using excessive padding with alias, now uses proper > 'Name <email> OldName <email>' format) > >These structural issues were breaking terminal display in tools like >tig and preventing proper author consolidation. > >Test plan: >1. Apply patch >2. Run: git log --oneline | head -20 >=> SUCCESS: Authors display correctly >3. Check in tig or other git tools >=> SUCCESS: No excessive column width issues >4. Verify mailmap functionality: > git shortlog -sn | grep -E 'Mathieu|Marjorie' >=> SUCCESS: Authors properly consolidated >5. Sign off :-D > >Signed-off-by: Tomás Cohen Arazi <tomascohen@theke.io> >Signed-off-by: David Nind <david@davidnind.com> >--- > .mailmap | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/.mailmap b/.mailmap >index b22684f10e..58c012b225 100644 >--- a/.mailmap >+++ b/.mailmap >@@ -231,7 +231,7 @@ Marcel de Rooy <m.de.rooy@rijksmu > Marcel de Rooy <m.de.rooy@rijksmuseum.nl> <M.de.Rooy@rijksmuseum.nl> > Marcel de Rooy <m.de.rooy@rijksmuseum.nl> <root@master.rijkskoha.nl> > Marc Véron <veron@veron.ch> >-Marjorie Barry-Vila <marjorie.barry-vila@collecto.ca >+Marjorie Barry-Vila <marjorie.barry-vila@collecto.ca> > Martin Aubeut <martin.aubeut@gmail.com> <martin.aubeut@gmail.com> > Martin Renvoize <martin.renvoize@openfifth.co.uk> <martin@dev1.vm.bytemark.co.uk> > Mason James <mason.james@liblime.com> >@@ -414,5 +414,5 @@ Janne Seppänen <janne.seppanen@lahti.fi> Janne <janne.sepp > Jesse Maseto <jesse@bywatersolutions.com> JesseM <jesse@bywatersolutions.com> > Kelly McElligott <kelly@bywatersolutions.com> Kelly <kelly@bywatersolutions.com> > Laurence Rault <laurence.rault@biblibre.com> Laurence <laurence.rault@biblibre.com> >-Mathieu Saby msaby <mathsabypro@gmail.com> >+Mathieu Saby <mathsabypro@gmail.com> msaby <mathsabypro@gmail.com> > Sam Lau <samalau@gmail.com> Sam <samalau@gmail.com> >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 40041
:
182895
|
182952
|
187423
|
187424
| 187432 |
187433
|
187448
|
187449