From: Junio C Hamano Date: Mon, 24 Jan 2022 18:35:28 +0000 (-0800) Subject: Meta/Reintegrate: Breaks is a significant word X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7f018bfc9ef44fccb88f7586317d2cff75005d9;p=thirdparty%2Fgit.git Meta/Reintegrate: Breaks is a significant word --- diff --git a/Reintegrate b/Reintegrate index 2c59e4d129..85d95bcecb 100755 --- a/Reintegrate +++ b/Reintegrate @@ -38,8 +38,8 @@ annotate_merge () { s/^\s*//; if (/^Will (?:\S+ ){0,2}(fast-track|hold|keep|merge|drop|discard|cook|kick|defer|eject|be re-?rolled|wait)[,. ]/ || /^Not urgent/ || /^Not ready/ || /^Waiting for / || - /^Can wait in / || /^Still / || /^Stuck / || /^On hold/ || - /^Needs? / || /^Expecting / || /^May want to /) { + /^Can wait in / || /^Still / || /^Stuck / || /^On hold/ || /^Breaks / || + /^Needs? / || /^Expecting / || /^May want to / || /^Under review/) { return 1; } return 0;