Lines Matching refs:authors
836 Using "--git-blame" is slow and may add old committers and authors
1335 my @authors = ();
1348 @authors = grep(/$author_pattern/, @lines);
1354 return (0, \@signatures, \@authors, \@stats) if !@signatures;
1363 my ($author_ref, $authors_ref) = extract_formatted_signatures(@authors);
1381 my @authors = ();
1387 push(@authors, $author);
1394 return @authors;
1733 tracking, the maximum number of commit authors and signers to add,
1808 my @authors = ();
1816 push(@authors, $author);
1822 for (my $i = 0; $i < @authors; $i++) {
1824 foreach my $ref(@{$commit_author_hash{$authors[$i]}}) {
1832 push(@{$commit_author_hash{$authors[$i]}},
1924 my @authors = ();
1938 @authors = @{$authors_ref} if defined $authors_ref;
1941 # print("commits: <$commits>\nsigners:<@signers>\nauthors: <@authors>\nstats: <@stats>\n");
1948 vcs_assign("authored", $commits, @authors);
1949 if ($#authors == $#stats) {
1961 my @tmp_authors = uniq(@authors);
1972 if ($author eq deduplicate_email($authors[$i]) &&
2072 my @authors = ();
2077 push(@authors, $author);
2084 push(@signers, @authors);