Lines Matching refs:reviewer
1341 # Set the reviewer and date in a ChangeLog patch, and return the new patch.1345 # $reviewer: the name of the reviewer, or undef if the reviewer should not be set.1349 my ($patch, $reviewer, $epochTime) = @_;1357 if (defined($reviewer)) {1361 $patch =~ s/(\n\+.*)NOBODY \(OOPS!\)/$1$reviewer/;