]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Meta/cook: notice 'keep' as a verb
authorJunio C Hamano <gitster@pobox.com>
Wed, 19 Oct 2011 18:13:42 +0000 (11:13 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 Oct 2011 18:13:42 +0000 (11:13 -0700)
cook

diff --git a/cook b/cook
index 9eca27f1e3aa2add91f033045d6a814b43c13a93..2aebee130385f6fc3da5f3275885000d46834499 100755 (executable)
--- a/cook
+++ b/cook
@@ -631,7 +631,7 @@ sub wildo {
                }
                next if (/^ /);
                next unless defined $topic;
-               if (/^Will (?:\S+ ){0,2}(merge|drop|discard|cook|kick)[,. ]/ ||
+               if (/^Will (?:\S+ ){0,2}(keep|merge|drop|discard|cook|kick)[,. ]/ ||
                    /^Not urgent/ ||
                    /^Needs? /) {
                        wildo_queue(\%what, $_, $topic);