Bug 12479 - Update mailmap for master
Summary: Update mailmap for master
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Developer documentation (show other bugs)
Version: master
Hardware: All All
: P5 - low trivial (vote)
Assignee: David Cook
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-25 06:52 UTC by David Cook
Modified: 2015-06-04 23:33 UTC (History)
1 user (show)

See Also:
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 (1.23 KB, patch)
2014-06-25 06:57 UTC, David Cook
Details | Diff | Splinter Review
Bug 12479 - [SIGNED-OFF] Update mailmap for master (1.30 KB, patch)
2014-06-25 07:00 UTC, Magnus Enger
Details | Diff | Splinter Review
[PASSED QA] Bug 12479 - [SIGNED-OFF] Update mailmap for master (1.37 KB, patch)
2014-06-25 09:00 UTC, Katrin Fischer
Details | Diff | Splinter Review
Bug 12479: (QA followup) minor fixes, and tcohen added (1.54 KB, patch)
2014-06-30 13:04 UTC, Tomás Cohen Arazi
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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!