Meta/cook: loosen the regexp to catch What's cooking intro blurb

This commit is contained in:
Junio C Hamano
2014-10-24 15:26:53 -07:00
parent 86b0be18d6
commit 0a61ccedfc

2
cook
View File

@@ -302,7 +302,7 @@ EOF
}
my $blurb_match = <<'EOF';
(?i:\s*[a-z]+: .*\n)*?Subject: What's cooking in \S+ \((\w+) (\d+), #(\d+); (\w+), (\d+)\)
(?:(?i:\s*[a-z]+: .*|\s.*)\n)*?Subject: What's cooking in \S+ \((\w+) (\d+), #(\d+); (\w+), (\d+)\)
X-master-at: ([0-9a-f]{40})
X-next-at: ([0-9a-f]{40})