From: Junio C Hamano Date: Wed, 19 Oct 2011 18:13:42 +0000 (-0700) Subject: Meta/cook: notice 'keep' as a verb X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=302bc0dcbc53f5c85f6231745e271166a8aed900;p=thirdparty%2Fgit.git Meta/cook: notice 'keep' as a verb --- diff --git a/cook b/cook 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);