Meta/cook: notice 'keep' as a verb
Junio C Hamano committed
Oct 19, 2011 at 11:13 UTC
302bc0dcbc53f5c85f6231745e271166a8aed900
1 file changed
+1
-1
cook
+1
-1
index 9eca27f1e3..2aebee1303 100755
--- 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);