https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40041 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #187432|0 |1 is obsolete| | --- Comment #15 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Created attachment 188045 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=188045&action=edit Bug 40041: Fix structurally incorrect .mailmap entries 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> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes.