Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: c818c4589620cabbe050273290e5b67d27319a43
      
https://github.com/Perl/perl5/commit/c818c4589620cabbe050273290e5b67d27319a43
  Author: Yves Orton <[email protected]>
  Date:   2022-08-16 (Tue, 16 Aug 2022)

  Changed paths:
    M t/porting/authors.t

  Log Message:
  -----------
  t/porting/authors.t - respect .mailmap in test

The logic in checkAUTHORS.pl internally uses the "Author:" data from

    git log --pretty=fuller

which respects .mailmap entries, thus it is actually equivalent to

    git log --pretty='format:%aN %aE'

whereas "%an %ae" will show the raw uncorrected values, this can then
make authors.t think there are more and different authors than there
actually are.


Reply via email to