https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40041 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #187424|0 |1 is obsolete| | --- Comment #10 from David Nind <david@davidnind.com> --- Created attachment 187433 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=187433&action=edit Bug 40041: Reorganize and fix .mailmap file - Group same-person entries together for better maintainability - Normalize excessive whitespace padding that breaks terminal tools like tig - Add column alignment with second column at position 65 for readability - Move all sponsor entries to bottom of file - Add missing canonical name mappings for unmapped emails: * Matt Blenkinsop, Andrew Auld, Colin Campbell variations * Mathieu Saby email/username mappings - Remove malformed entry (Alex Arnaud = <=>) - Fix Colin Campbell canonical mapping to OpenFifth email This improves .mailmap functionality in both newer git versions and older versions like those in KTD (git 2.39.5). To test: 1. Run: $ ktd --shell k$ for i in colin.campbell@openfifth.co.uk chloe.zermatten@openfifth.co.uk martin.renvoize@openfifth.co.uk aude.charillon@openfifth.co.uk andrew.isherwood@ptfs-europe.com matt.blenkinsop@openfifth.co.uk matt.blenkinsip@ptfs-europe.com matt.blenkinsop@ptfs-europe.com andrew.auld@ptfs-europe.com pedro.amorim@ptfs-europe.com msaby mathsabypro@gmail.com marjorie.barry-vila@collecto.ca andrew.auld@openfifth.co.uk catrina@bywatersolutions.com felicie.thiery@biblibre.com janne.seppanen@lahti.fi jesse@bywatersolutions.com kelly@bywatersolutions.com laurence.rault@biblibre.com samalau@gmail.com ; do git check-mailmap -- "<$i>" ; done => FAIL: Don't look like canonical email entries 2. Apply this patches 3. Repeat 1 => SUCCESS: They look great! 4. Sign off :-D Signed-off-by: Tomás Cohen Arazi <tomascohen@theke.io> Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.