]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Meta/cook -w: catch a bit more standard judgement phrases
authorJunio C Hamano <gitster@pobox.com>
Tue, 20 Dec 2011 01:42:38 +0000 (17:42 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 20 Dec 2011 01:42:38 +0000 (17:42 -0800)
cook

diff --git a/cook b/cook
index 80c072dcc5c519a4251a59258bd51ef78e402bac..51fb601764ddcbd0f5193d0bb199c7e437f7e327 100755 (executable)
--- a/cook
+++ b/cook
@@ -658,7 +658,7 @@ sub wildo {
                next if (/^ /);
                next unless defined $topic;
                if (/^Will (?:\S+ ){0,2}(keep|merge|drop|discard|cook|kick)[,. ]/ ||
-                   /^Not urgent/ ||
+                   /^Not urgent/ || /^Not ready/ || /^Waiting for / ||
                    /^Needs? /) {
                        wildo_queue(\%what, $_, $topic);
                        $topic = undef;