From 5a25327e2087e7897fc652a1b1bd908d855463ec Mon Sep 17 00:00:00 2001 From: David Cook Date: Wed, 25 Jun 2014 16:52:54 +1000 Subject: [PATCH] Bug 12479 - Update mailmap for master Just wanted to add a mailmap entry so that GitStats merges together the commits I made as "David " versus "David Cook ". 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" --- .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 Paul Poulain Robin Sheat Srdjan Jankovic +David Cook # Name to name mapping: the name in the right column will be mapped to the name in the left -- 1.7.7.4