Lines Matching refs:author
1637 my $author = $1;
1638 my ($name, $address) = parse_email($author);
1639 $author = format_email($name, $address, 1);
1640 push(@authors, $author);
2095 my $author = $1;
2096 $author = deduplicate_email($author);
2097 push(@authors, $author);
2243 foreach my $author (@tmp_authors) {
2244 $author = deduplicate_email($author);
2249 foreach my $author (@tmp_authors) {
2253 if ($author eq deduplicate_email($authors[$i]) &&
2260 push(@list_added, $author);
2263 push(@list_deleted, $author);
2356 my $author = $1;
2357 $author = deduplicate_email($author);
2358 push(@authors, $author);
2372 my @author = vcs_find_author($cmd);
2373 next if !@author;
2375 my $formatted_author = deduplicate_email($author[0]);