From: Junio C Hamano Date: Thu, 15 Jan 2026 23:05:16 +0000 (-0800) Subject: cook: lore no longer allows simple curl access X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=4cedaee8653c6056a790ac9fc6638b3731597fea;p=thirdparty%2Fgit.git cook: lore no longer allows simple curl access --- diff --git a/cook b/cook index 3a2df82f6e..18e0195bd2 100755 --- a/cook +++ b/cook @@ -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;