Lines Matching refs:author
1383 my $author = $1;
1384 my ($name, $address) = parse_email($author);
1385 $author = format_email($name, $address, 1);
1386 push(@authors, $author);
1813 my $author = $1;
1814 $author = deduplicate_email($author);
1815 push(@authors, $author);
1961 foreach my $author (@tmp_authors) {
1962 $author = deduplicate_email($author);
1967 foreach my $author (@tmp_authors) {
1971 if ($author eq deduplicate_email($authors[$i]) &&
1978 push(@list_added, $author);
1981 push(@list_deleted, $author);
2074 my $author = $1;
2075 $author = deduplicate_email($author);
2076 push(@authors, $author);
2090 my @author = vcs_find_author($cmd);
2091 next if !@author;
2093 my $formatted_author = deduplicate_email($author[0]);