We missed a few mailmap bits in the 25.05.x release
Created attachment 182895 [details] [review] Bug 40041: Update .mailmap Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk>
Created attachment 182952 [details] [review] 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 <samalau@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.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: 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 <tomascohen@theke.io>
Not sure how to run the commands in step 1 of the test plan - pasting it into the command line gives this error: fatal: unable to parse contact: colin.campbell@openfifth.co.uk fatal: unable to parse contact: chloe.zermatten@openfifth.co.uk ....
(In reply to David Nind from comment #3) > Not sure how to run the commands in step 1 of the test plan - pasting it > into the command line gives this error: > > fatal: unable to parse contact: colin.campbell@openfifth.co.uk > fatal: unable to parse contact: chloe.zermatten@openfifth.co.uk > .... Ohhh. It depends on the git version! * git version 2.49.0: OK * git version 2.39.5 (KTD/bookworm): Error What do we so @ashimema?