Lines Matching refs:author
161 "HgAuthor: {author}\\n" .
171 "HgAuthor: {author}\\n" .
1637 my $author = $1;
1638 my ($name, $address) = parse_email($author);
1639 $author = format_email($name, $address, 1);
1640 push(@authors, $author);
1866 "\n#(toggle), A#(author), S#(signed) *(all), ^(none), O(options), Y(approve): ";
1908 if ($list[$i]->[1] =~ /^(author|commit|signer)/i);
2011 be matched to its commit author and that commits signers with blame.
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]);