[openssl-commits] [tools] master update
Richard Levitte
levitte at openssl.org
Thu Mar 1 10:31:10 UTC 2018
The branch master has been updated
via fcdb9f7458689f85815d9bd81d4b7c6dfdd5ced8 (commit)
from b56ac254a6398d5611e8b48fad9c50e43520ea31 (commit)
- Log -----------------------------------------------------------------
commit fcdb9f7458689f85815d9bd81d4b7c6dfdd5ced8
Author: Richard Levitte <levitte at openssl.org>
Date: Thu Mar 1 11:30:41 2018 +0100
addrev: better parsing of github IDs
dot-asm was accepted but not t-j-h
-----------------------------------------------------------------------
Summary of changes:
review-tools/addrev | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/review-tools/addrev b/review-tools/addrev
index fdf2aa5..0bd28a5 100755
--- a/review-tools/addrev
+++ b/review-tools/addrev
@@ -14,7 +14,7 @@ my $useself = 1;
my $my_email;
foreach (@ARGV) {
- if (/^[a-z]+$/ || /^\@(?:\w|\w-\w)+$/) {
+ if (/^[a-z]+$/ || /^\@\w(?:[-\w]*\w)?$/) {
$args .= "--reviewer=$_ ";
} elsif (/^--reviewer=(.+)$/) {
$args .= "--reviewer=$1 ";
More information about the openssl-commits
mailing list