We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e416f0e commit a6cf527Copy full SHA for a6cf527
scripts/checkpatch.pl
@@ -3294,7 +3294,7 @@ sub process {
3294
# file delta changes
3295
$line =~ /^\s*(?:[\w\.\-\+]*\/)++[\w\.\-\+]+:/ ||
3296
# filename then :
3297
- $line =~ /^\s*(?:Fixes:|$link_tags_search|$signature_tags)/i ||
+ $line =~ /^\s*(?:Fixes:|https?:|$link_tags_search|$signature_tags)/i ||
3298
# A Fixes:, link or signature tag line
3299
$commit_log_possible_stack_dump)) {
3300
WARN("COMMIT_LOG_LONG_LINE",
0 commit comments