Lines Matching refs:author
1441 my $author = $1;
1442 my ($name, $address) = parse_email($author);
1443 $author = format_email($name, $address, 1);
1444 push(@authors, $author);
1873 my $author = $1;
1874 $author = deduplicate_email($author);
1875 push(@authors, $author);
2021 foreach my $author (@tmp_authors) {
2022 $author = deduplicate_email($author);
2027 foreach my $author (@tmp_authors) {
2031 if ($author eq deduplicate_email($authors[$i]) &&
2038 push(@list_added, $author);
2041 push(@list_deleted, $author);
2134 my $author = $1;
2135 $author = deduplicate_email($author);
2136 push(@authors, $author);
2150 my @author = vcs_find_author($cmd);
2151 next if !@author;
2153 my $formatted_author = deduplicate_email($author[0]);