Bug 12479

Summary: Update mailmap for master
Product: Koha Reporter: David Cook <dcook>
Component: Developer documentationAssignee: David Cook <dcook>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: trivial    
Priority: P5 - low CC: tomascohen
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 12479 - Update mailmap for master
Bug 12479 - [SIGNED-OFF] Update mailmap for master
[PASSED QA] Bug 12479 - [SIGNED-OFF] Update mailmap for master
Bug 12479: (QA followup) minor fixes, and tcohen added

Description David Cook 2014-06-25 06:52:46 UTC
Just adding a mailmap entry for myself to fix GitStats so it can merge together the commits I made as "David" vs "David Cook".
Comment 1 David Cook 2014-06-25 06:57:05 UTC Comment hidden (obsolete)
Comment 2 Magnus Enger 2014-06-25 07:00:23 UTC Comment hidden (obsolete)
Comment 3 Katrin Fischer 2014-06-25 09:00:44 UTC
Created attachment 29208 [details] [review]
[PASSED QA] Bug 12479 - [SIGNED-OFF] Update mailmap for master

Just wanted to add a mailmap entry so that GitStats merges together
the commits I made as "David <dcook@prosentient.com.au>" versus
"David Cook <dcook@prosentient.com.au>".

Also increases accuracy if myself or others does a git shortlog...

_TEST PLAN_

Before applying:

1) Run 'git shortlog --author="dcook@prosentient.com.au"'
2) Note two entries: one for "David" and one for "David Cook".

3) Apply patch

4) Repeat step 1
5) Note only one entry for "David Cook"

Signed-off-by: Magnus Enger <digitalutvikling@gmail.com>
Works as advertised.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Comment 4 Tomás Cohen Arazi 2014-06-30 13:04:50 UTC
Created attachment 29366 [details] [review]
Bug 12479: (QA followup) minor fixes, and tcohen added

David's name gets alphabeticaly sorted, and Tomás is added.

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
Comment 5 Tomás Cohen Arazi 2014-06-30 13:11:11 UTC
Pushed to master.

Thanks David!