Lines Matching refs:author
1309 my $author = $1;
1310 my ($name, $address) = parse_email($author);
1311 $author = format_email($name, $address, 1);
1312 push(@authors, $author);
1741 my $author = $1;
1742 $author = deduplicate_email($author);
1743 push(@authors, $author);
1938 my $author = $1;
1939 $author = deduplicate_email($author);
1940 push(@authors, $author);
1954 my @author = vcs_find_author($cmd);
1955 next if !@author;
1957 my $formatted_author = deduplicate_email($author[0]);