Lines Matching refs:author
1387 my $author = $1;
1388 my ($name, $address) = parse_email($author);
1389 $author = format_email($name, $address, 1);
1390 push(@authors, $author);
1819 my $author = $1;
1820 $author = deduplicate_email($author);
1821 push(@authors, $author);
1967 foreach my $author (@tmp_authors) {
1968 $author = deduplicate_email($author);
1973 foreach my $author (@tmp_authors) {
1977 if ($author eq deduplicate_email($authors[$i]) &&
1984 push(@list_added, $author);
1987 push(@list_deleted, $author);
2080 my $author = $1;
2081 $author = deduplicate_email($author);
2082 push(@authors, $author);
2096 my @author = vcs_find_author($cmd);
2097 next if !@author;
2099 my $formatted_author = deduplicate_email($author[0]);