Meta/cook -w: catch a bit more standard judgement phrases

This commit is contained in:
Junio C Hamano 2011-12-19 17:42:38 -08:00
parent e7f7d9ab7f
commit 81e9b674af

2
cook
View File

@ -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;