https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40041

Tomás Cohen Arazi (tcohen) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #182895|0                           |1
        is obsolete|                            |

--- Comment #2 from Tomás Cohen Arazi (tcohen) <[email protected]> ---
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
<[email protected]>" 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 [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: 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 <[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/

Reply via email to