Lines Matching refs:author
1599 my $author = $1;
1600 my ($name, $address) = parse_email($author);
1601 $author = format_email($name, $address, 1);
1602 push(@authors, $author);
2031 my $author = $1;
2032 $author = deduplicate_email($author);
2033 push(@authors, $author);
2179 foreach my $author (@tmp_authors) {
2180 $author = deduplicate_email($author);
2185 foreach my $author (@tmp_authors) {
2189 if ($author eq deduplicate_email($authors[$i]) &&
2196 push(@list_added, $author);
2199 push(@list_deleted, $author);
2292 my $author = $1;
2293 $author = deduplicate_email($author);
2294 push(@authors, $author);
2308 my @author = vcs_find_author($cmd);
2309 next if !@author;
2311 my $formatted_author = deduplicate_email($author[0]);