Recognize more authorship based on the historic repo (if available)
[dbsrgits/DBIx-Class.git] / xt / dist / authors.t
index 8ee1bf3..7f0537b 100644 (file)
@@ -1,3 +1,5 @@
+BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) }
+
 use warnings;
 use strict;
 
@@ -75,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;