mirror of
https://github.com/git/git.git
synced 2026-01-12 05:43:12 +09:00
Reintegrate: teach 'On hold' status
This commit is contained in:
parent
ccd38f6202
commit
322e6dc209
@ -32,12 +32,13 @@ done
|
||||
annotate_merge () {
|
||||
test -f Meta/whats-cooking.txt || return 0
|
||||
|
||||
# NEEDSWORK: unify with cook::wildo_match
|
||||
perl -e '
|
||||
sub wildo_match {
|
||||
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 / ||
|
||||
/^Can wait in / || /^Still / || /^Stuck / || /^On hold/ ||
|
||||
/^Needs? / || /^Expecting / || /^May want to /) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user