From: Junio C Hamano Date: Tue, 27 Dec 2011 23:01:20 +0000 (-0800) Subject: Meta/cook -w: catch 'Expecting ...' as well X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a11abb86cf3c4973d5a60ac81908af34ced2d267;p=thirdparty%2Fgit.git Meta/cook -w: catch 'Expecting ...' as well --- diff --git a/cook b/cook index 51fb601764..30a5965151 100755 --- 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; }