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

Junio C Hamano committed Oct 24, 2014 at 15:26 UTC 0a61ccedfce1de03b555f3b3cb3d0c2f931821d9
1 file changed +1 -1
cook
+1 -1
@@ -302,7 +302,7 @@ EOF
302 }
303
304 my $blurb_match = <<'EOF';
305 -(?i:\s*[a-z]+: .*\n)*?Subject: What's cooking in \S+ \((\w+) (\d+), #(\d+); (\w+), (\d+)\)
305 +(?:(?i:\s*[a-z]+: .*|\s.*)\n)*?Subject: What's cooking in \S+ \((\w+) (\d+), #(\d+); (\w+), (\d+)\)
306 X-master-at: ([0-9a-f]{40})
307 X-next-at: ([0-9a-f]{40})
308