Lines Matching refs:authors
1620 my @authors = ();
1633 @authors = grep(/$author_pattern/, @lines);
1639 return (0, \@signatures, \@authors, \@stats) if !@signatures;
1648 my ($author_ref, $authors_ref) = extract_formatted_signatures(@authors);
1666 my @authors = ();
1672 push(@authors, $author);
1679 return @authors;
2122 my @authors = ();
2130 push(@authors, $author);
2136 for (my $i = 0; $i < @authors; $i++) {
2138 foreach my $ref(@{$commit_author_hash{$authors[$i]}}) {
2146 push(@{$commit_author_hash{$authors[$i]}},
2238 my @authors = ();
2252 @authors = @{$authors_ref} if defined $authors_ref;
2262 vcs_assign("authored", $commits, @authors);
2263 if ($#authors == $#stats) {
2275 my @tmp_authors = uniq(@authors);
2286 if ($author eq deduplicate_email($authors[$i]) &&
2386 my @authors = ();
2391 push(@authors, $author);
2398 push(@signers, @authors);