[Koha-patches] [PATCH] Bug 12479 - Update mailmap for master

David Cook dcook at prosentient.com.au
Wed Jun 25 08:58:12 CEST 2014


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

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

_TEST PLAN_

Before applying:

1) Run 'git shortlog --author="dcook at 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"
---
 .mailmap |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/.mailmap b/.mailmap
index 068b4f6..d1af659 100644
--- a/.mailmap
+++ b/.mailmap
@@ -35,6 +35,7 @@ Owen Leonard                    <oleonard at myacpl.org>
 Paul Poulain                    <paul.poulain at biblibre.com>
 Robin Sheat                     <robin at catalyst.net.nz>
 Srdjan Jankovic                 <srdjan at catalyst.net.nz>
+David Cook                      <dcook at prosentient.com.au>
 
 # Name to name mapping: the name in the right column will be mapped to the name in the left
 
-- 
1.7.7.4




More information about the Koha-patches mailing list