Meta/Reintegrate: pick up "Can wait in", too

This commit is contained in:
Junio C Hamano
2013-11-21 16:18:07 -08:00
parent 540661b373
commit ebf996778d

View File

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