From: Junio C Hamano Date: Thu, 15 Jan 2026 23:04:27 +0000 (-0800) Subject: cook: allow semicolon as a punctuation after Will _do_ X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=544d7295e3a6d80bdfdec59313544fa0cd0a6724;p=thirdparty%2Fgit.git cook: allow semicolon as a punctuation after Will _do_ --- diff --git a/cook b/cook index e8493d38f6..3a2df82f6e 100755 --- a/cook +++ b/cook @@ -867,7 +867,7 @@ sub wildo_queue { sub wildo_match { # NEEDSWORK: unify with Reintegrate::annotate_merge - if (/^Will (?:\S+ ){0,2}(fast-track|hold|keep|merge|drop|discard|cook|kick|defer|eject|be re-?rolled|wait)[,. ]/ || + if (/^Will (?:\S+ ){0,2}(fast-track|hold|keep|merge|drop|discard|cook|kick|defer|eject|be re-?rolled|wait)[;,. ]/ || /^Not urgent/ || /^Not ready/ || /^Waiting for / || /^Under discussion/ || /^Can wait in / || /^Still / || /^Stuck / || /^On hold/ || /^Breaks / || /^Inviting / || /^Comments/ ||