Lines Matching refs:author
1630 my $author = $1;
1631 my ($name, $address) = parse_email($author);
1632 $author = format_email($name, $address, 1);
1633 push(@authors, $author);
2062 my $author = $1;
2063 $author = deduplicate_email($author);
2064 push(@authors, $author);
2210 foreach my $author (@tmp_authors) {
2211 $author = deduplicate_email($author);
2216 foreach my $author (@tmp_authors) {
2220 if ($author eq deduplicate_email($authors[$i]) &&
2227 push(@list_added, $author);
2230 push(@list_deleted, $author);
2323 my $author = $1;
2324 $author = deduplicate_email($author);
2325 push(@authors, $author);
2339 my @author = vcs_find_author($cmd);
2340 next if !@author;
2342 my $formatted_author = deduplicate_email($author[0]);