Summary: | .mailmap needs to be updated | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Architecture, internals, and plumbing | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Marcel de Rooy <m.de.rooy> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | ahmedsayeed1982, lucas, m.de.rooy, martin.renvoize, victor, wainuiwitikapark |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: |
The .mailmap file is used to map author and committer names and email addresses to canonical real names and email addresses. It has been improved to reflect the current project's history.
It helps to have a cleaner authors list and prevents duplicate
http://git.koha-community.org/stats/koha-master/authors.html
|
Version(s) released in: |
20.11.00,20.05.13,19.11.19
|
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 26621 | ||
Attachments: |
Bug 26394: Update .mailmap
Bug 26394: Update .mailmap Bug 26394: Update .mailmap |
Description
Jonathan Druart
2020-09-04 16:25:37 UTC
Created attachment 109679 [details] [review] Bug 26394: Update .mailmap The .mailmap file used to generate the stats is different from the one we have in our repo. It's much more complete and should be integrated into Koha. Test plan: Confirm that the different mappings are correct Created attachment 109843 [details] [review] Bug 26394: Update .mailmap The .mailmap file used to generate the stats is different from the one we have in our repo. It's much more complete and should be integrated into Koha. Test plan: Confirm that the different mappings are correct Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> These look good to me.. I compared them to the dev_map.yaml we have in the release tools and on visual inspection that all seemed to agree with each other. At some point, I should write a script to merge to two and then dump the custom format yaml from the release tools so we can rely on just the mailmap file and encourage its ongoing maintenance by the rm/rmaints. QAing :) Created attachment 109882 [details] [review] Bug 26394: Update .mailmap The .mailmap file used to generate the stats is different from the one we have in our repo. It's much more complete and should be integrated into Koha. Test plan: Confirm that the different mappings are correct Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Pushed to master for 20.11, thanks to everybody involved! enhancement will not be backported to 20.05.x Backported: Pushed to 20.05.x branch for 20.05.13 Not backported to 19.11.x Enhancement (In reply to wainuiwitikapark from comment #9) > Not backported to 19.11.x > > Enhancement I would backport it, even if it's an enhancement, it's safe. You may need it at some point, the release_tools scripts are using it now. Same for bug 26621, bug 28386 and bug 28442 Backported to 19.11.x for 19.11.19 |