Lines Matching refs:author
1657 my $author = $1;
1658 my ($name, $address) = parse_email($author);
1659 $author = format_email($name, $address, 1);
1660 push(@authors, $author);
2115 my $author = $1;
2116 $author = deduplicate_email($author);
2117 push(@authors, $author);
2263 foreach my $author (@tmp_authors) {
2264 $author = deduplicate_email($author);
2269 foreach my $author (@tmp_authors) {
2273 if ($author eq deduplicate_email($authors[$i]) &&
2280 push(@list_added, $author);
2283 push(@list_deleted, $author);
2376 my $author = $1;
2377 $author = deduplicate_email($author);
2378 push(@authors, $author);
2392 my @author = vcs_find_author($cmd);
2393 next if !@author;
2395 my $formatted_author = deduplicate_email($author[0]);