From d6e7d0aed7db7a36d3317f867bb75fe29ee7b222 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Thu, 13 Aug 2026 12:29:22 -0700 Subject: [PATCH] Meta/cook -w: give cf and source links for candidates for 'next' --- cook | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cook b/cook index 9bd0be803e..3f0e0b7018 100755 --- a/cook +++ b/cook @@ -1029,8 +1029,7 @@ sub wildo { } $count = "#$count"; printf " %s %-60s %s%s %5s\n", $sign, $name, $tip, $next, $count; - if ($what =~ /^Will merge to '\w+'/ && $what !~ /\?$/ || - $what eq $mergetomaster) { + if ($what eq $mergetomaster) { next; }