https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40041
--- Comment #8 from Tomás Cohen Arazi (tcohen) <[email protected]> --- Created attachment 187424 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=187424&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 [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] msaby [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] ; 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 <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
