summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsrc/build/tools/verify-commit3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/build/tools/verify-commit b/src/build/tools/verify-commit
index 7e346f95b..146cabcde 100755
--- a/src/build/tools/verify-commit
+++ b/src/build/tools/verify-commit
@@ -341,7 +341,8 @@ 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\-_]+:[^:]/)
+ if ( ($line =~ m/^\s*[A-Za-z0-9\-_]+:[^:]/)
+ && !($line =~ m/http/) )
{
# We allow lines that look like tags in the topic like...
# "FOO: Adding support for BAR."
OpenPOWER on IntegriCloud