From: Junio C Hamano Date: Fri, 22 Nov 2013 00:18:07 +0000 (-0800) Subject: Meta/Reintegrate: pick up "Can wait in", too X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebf996778d2b9c2e56a81f31d800029d4862240b;p=thirdparty%2Fgit.git Meta/Reintegrate: pick up "Can wait in", too --- diff --git a/Reintegrate b/Reintegrate index 45e384c0aa..2f39946172 100755 --- a/Reintegrate +++ b/Reintegrate @@ -29,6 +29,7 @@ annotate_merge () { s/^\s*//; if (/^Will (?:\S+ ){0,2}(fast-track|keep|merge|drop|discard|cook|kick|defer|be re-?rolled)[,. ]/ || /^Not urgent/ || /^Not ready/ || /^Waiting for / || + /^Can wait in / || /^Needs? / || /^Expecting / || /^May want to /) { return 1; }