Just adding a mailmap entry for myself to fix GitStats so it can merge together the commits I made as "David" vs "David Cook".
Created attachment 29205 [details] [review] Bug 12479 - 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"
Created attachment 29206 [details] [review] 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.
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>
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>
Pushed to master. Thanks David!