From: Peter Rabbitson Date: Sun, 3 Apr 2016 13:43:28 +0000 (+0200) Subject: Recognize more authorship based on the historic repo (if available) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=93f1cd05f42cb5b4081a2929804f3c8ab4d38f52;p=dbsrgits%2FDBIx-Class.git Recognize more authorship based on the historic repo (if available) --- diff --git a/.mailmap b/.mailmap index ffbbe5d..fe16b5b 100644 --- a/.mailmap +++ b/.mailmap @@ -6,6 +6,7 @@ Alexander Hartmaier Alexander Kuznetsov +Alastair McGowan-Douglas Amiri Barksdale Andrew Rodland Arthur Axel "fREW" Schmidt @@ -14,6 +15,7 @@ Brendan Byrd Brendan Byrd Brendan Byrd Brian Phillips +C.J. Adams-Collier Christian Walde Jess Robinson Dagfinn Ilmari Mannsåker @@ -35,11 +37,14 @@ Jonathan Chu Jose Luis Martinez Kent Fredric Matt Phillips +Matt Phillips +Michael Reddick Norbert Csongrádi Peter Rabbitson Roman Filippov Ronald J Kimball Samuel Kaufman +Sebastian Willert Tim Bunce Toby Corkindale Tommy Butler diff --git a/AUTHORS b/AUTHORS index 3fbf27a..e0d5252 100644 --- a/AUTHORS +++ b/AUTHORS @@ -21,7 +21,7 @@ Alexander Keusch alexrj: Alessandro Ranellucci alh: Matthew Horsfall alnewkirk: Al Newkirk -Altreus: Alastair McGowan-Douglas +Altreus: Alastair McGowan-Douglas amiri: Amiri Barksdale amoore: Andrew Moore Andrew Mehta @@ -32,6 +32,7 @@ ank: Andres Kievsky arc: Aaron Crane arcanez: Justin Hunter ash: Ash Berlin +batman: Jan Henning Thorsen bert: Norbert Csongrádi bfwg: Colin Newell blblack: Brandon L. Black @@ -218,6 +219,7 @@ uwe: Uwe Voelker Vadim Pushtaev vanstyn: Henry Van Styn victori: Victor Igumnov +vovkasm: Vladimir Timofeev wdh: Will Hawes wesm: Wes Malone willert: Sebastian Willert diff --git a/xt/dist/authors.t b/xt/dist/authors.t index ff7d5e2..7f0537b 100644 --- a/xt/dist/authors.t +++ b/xt/dist/authors.t @@ -77,7 +77,7 @@ if ( for ( map { my ($gitname) = m/^ \s* \d+ \s* (.+?) \s* $/mx; utf8::decode($gitname); $gitname } - qx( git shortlog -e -s ) + qx( git shortlog HEAD --remotes=historic/ghpr/applied/ --remotes=historic/ghpr/closed/ -e -s ) ) { my ($eml) = $_ =~ $email_re;