X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=xt%2Fdist%2Fauthors.t;h=7f0537bc8278dbbb3462a85cfeaef5b4a7fe1c94;hb=93f1cd05;hp=ff7d5e27c9eb306550b534247a65911bb73a4da6;hpb=1cf609901b03af9464242860f0b870f0056538fc;p=dbsrgits%2FDBIx-Class.git 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;