]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Meta/cook -w: catch 'Expecting ...' as well
authorJunio C Hamano <gitster@pobox.com>
Tue, 27 Dec 2011 23:01:20 +0000 (15:01 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 27 Dec 2011 23:01:20 +0000 (15:01 -0800)
cook

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