Lines Matching refs:author
1638 my $author = $1;
1639 my ($name, $address) = parse_email($author);
1640 $author = format_email($name, $address, 1);
1641 push(@authors, $author);
2096 my $author = $1;
2097 $author = deduplicate_email($author);
2098 push(@authors, $author);
2244 foreach my $author (@tmp_authors) {
2245 $author = deduplicate_email($author);
2250 foreach my $author (@tmp_authors) {
2254 if ($author eq deduplicate_email($authors[$i]) &&
2261 push(@list_added, $author);
2264 push(@list_deleted, $author);
2357 my $author = $1;
2358 $author = deduplicate_email($author);
2359 push(@authors, $author);
2373 my @author = vcs_find_author($cmd);
2374 next if !@author;
2376 my $formatted_author = deduplicate_email($author[0]);