https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40041
Tomás Cohen Arazi (tcohen) <tomasco...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #182895|0 |1 is obsolete| | --- Comment #2 from Tomás Cohen Arazi (tcohen) <tomasco...@gmail.com> --- Created attachment 182952 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=182952&action=edit Bug 40041: mailmap fixes and tidy This patch fixes a couple errors I found in mailmap. Canonical names are added to some emails. Not 100% they are required, but they make sense anyway (i.e. if someone from OpenFifth forgets to set their name, we want the log/release notes to display it correctly regardless). A good example for the need of a canonical mapping is "Sam <sama...@gmail.com>" which we really want to display "Sam Lau" even if they missed to put the complete name. That's when a canonical mapping serves its purpose. To test: 1. Run: $ for i in colin.campb...@openfifth.co.uk chloe.zermat...@openfifth.co.uk martin.renvo...@openfifth.co.uk aude.charil...@openfifth.co.uk andrew.isherw...@ptfs-europe.com matt.blenkin...@openfifth.co.uk matt.blenkin...@ptfs-europe.com matt.blenkin...@ptfs-europe.com andrew.a...@ptfs-europe.com pedro.amo...@ptfs-europe.com msaby mathsaby...@gmail.com marjorie.barry-v...@collecto.ca andrew.a...@openfifth.co.uk catr...@bywatersolutions.com felicie.thi...@biblibre.com janne.seppa...@lahti.fi je...@bywatersolutions.com ke...@bywatersolutions.com laurence.ra...@biblibre.com sama...@gmail.com ; do git check-mailmap -- $i ; done => FAIL: They don't show correctly 2. Apply this patch 3. Repeat 1 => SUCESS: They display correctly now 4. Sign off :-D Signed-off-by: Tomas Cohen Arazi <tomasco...@theke.io> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list Koha-bugs@lists.koha-community.org 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/