]> git.ipfire.org Git - thirdparty/git.git/commitdiff
cook: allow semicolon as a punctuation after Will _do_
authorJunio C Hamano <gitster@pobox.com>
Thu, 15 Jan 2026 23:04:27 +0000 (15:04 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Jan 2026 23:04:27 +0000 (15:04 -0800)
cook

diff --git a/cook b/cook
index e8493d38f6410b09174e5596c1f78ae6591753b8..3a2df82f6eaacb48703500ce2c7cd91ddf646855 100755 (executable)
--- 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/ ||