]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Meta/cook: add lwn@lwn.net back to the distrib list
authorJunio C Hamano <gitster@pobox.com>
Mon, 24 Oct 2022 23:54:46 +0000 (16:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Oct 2022 23:54:46 +0000 (16:54 -0700)
cook

diff --git a/cook b/cook
index b1ce298f9dcab39c7da160e0b99ae589b5c0c14a..da832a306ff4cd493218e561710e2eb5bf2d8a62 100755 (executable)
--- a/cook
+++ b/cook
@@ -420,6 +420,7 @@ To: git\@vger.kernel.org
 Subject: What's cooking in git.git ($mon $year, #$issue; $dow, $date)
 X-$MASTER-at: $master_at
 X-next-at: $next_at
+Bcc: lwn\@lwn.net, gitster\@pobox.com
 
 What's cooking in git.git ($mon $year, #$issue; $dow, $date)
 --------------------------------------------------
@@ -431,9 +432,9 @@ EOF
 }
 
 my $blurb_match = <<'EOF';
-(?:(?i:\s*[a-z]+: .*|\s.*)\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-[a-z]*-at: ([0-9a-f]{40})
-X-next-at: ([0-9a-f]{40})
+X-next-at: ([0-9a-f]{40})(?:\n(?i:\s*[a-z]+: .*|\s.*))*
 
 What's cooking in \S+ \(\1 \2, #\3; \4, \5\)
 -{30,}