cook: lore no longer allows simple curl access

This commit is contained in:
Junio C Hamano
2026-01-15 15:05:16 -08:00
parent 544d7295e3
commit 4cedaee865

3
cook
View File

@@ -100,8 +100,7 @@ sub get_message_parent {
my @line = ();
my %irt = ();
open(my $fh, "-|", qw(curl -s),
"https://lore.kernel.org/git/" . "$mid" . "/raw");
open(my $fh, "-|", qw(b4 -q mbox --single-message -o-), "$mid");
while (<$fh>) {
last if (/^$/);
chomp;