summaryrefslogtreecommitdiffstats
path: root/src/build/tools
diff options
context:
space:
mode:
Diffstat (limited to 'src/build/tools')
-rwxr-xr-xsrc/build/tools/verify-commit5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/build/tools/verify-commit b/src/build/tools/verify-commit
index 146cabcde..6f04dd97d 100755
--- a/src/build/tools/verify-commit
+++ b/src/build/tools/verify-commit
@@ -341,8 +341,9 @@ sub verifyCommitMsg
# Identify if this is a tagged line or a non-tagged line and store
# away.
- if ( ($line =~ m/^\s*[A-Za-z0-9\-_]+:[^:]/)
- && !($line =~ m/http/) )
+ if ( (($line =~ m/^\s*[A-Za-z0-9\-_]+:[^:]/)
+ && !($line =~ m/http/)) ||
+ (($line =~ m/http/) && ($line =~ m/Reviewed-on:/)))
{
# We allow lines that look like tags in the topic like...
# "FOO: Adding support for BAR."
OpenPOWER on IntegriCloud