cook: lore no longer allows simple curl access
Junio C Hamano committed
Jan 15, 2026 at 15:05 UTC
4cedaee8653c6056a790ac9fc6638b3731597fea
1 file changed
+1
-2
cook
+1
-2
@@ -100,8 +100,7 @@ sub get_message_parent {
100
my @line = ();
101
my %irt = ();
102
103
- open(my $fh, "-|", qw(curl -s),
104
- "https://lore.kernel.org/git/" . "$mid" . "/raw");
103
+ open(my $fh, "-|", qw(b4 -q mbox --single-message -o-), "$mid");
104
while (<$fh>) {
105
last if (/^$/);
106
chomp;