Lines Matching refs:authors
1334 my @authors = ();
1347 @authors = grep(/$author_pattern/, @lines);
1353 return (0, \@signatures, \@authors, \@stats) if !@signatures;
1362 my ($author_ref, $authors_ref) = extract_formatted_signatures(@authors);
1380 my @authors = ();
1386 push(@authors, $author);
1393 return @authors;
1807 my @authors = ();
1815 push(@authors, $author);
1821 for (my $i = 0; $i < @authors; $i++) {
1823 foreach my $ref(@{$commit_author_hash{$authors[$i]}}) {
1831 push(@{$commit_author_hash{$authors[$i]}},
1923 my @authors = ();
1937 @authors = @{$authors_ref} if defined $authors_ref;
1947 vcs_assign("authored", $commits, @authors);
1948 if ($#authors == $#stats) {
1960 my @tmp_authors = uniq(@authors);
1971 if ($author eq deduplicate_email($authors[$i]) &&
2071 my @authors = ();
2076 push(@authors, $author);
2083 push(@signers, @authors);