Recognize more authorship based on the historic repo (if available)
[dbsrgits/DBIx-Class.git] / xt / dist / authors.t
index ff7d5e2..7f0537b 100644 (file)
@@ -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;