mirror of
https://github.com/git/git.git
synced 2026-01-25 08:17:19 +09:00
Meta/cook: support 'will merge back to next'
This commit is contained in:
parent
5e32df48a5
commit
aab563340c
2
cook
2
cook
@ -709,7 +709,7 @@ sub tweak_willdo {
|
||||
# NEEDSWORK: does this work correctly for a half-merged topic?
|
||||
$desc =~ s/\n<<\n.*//s;
|
||||
if ($desc =~ /^ \(merged to 'next'/m) {
|
||||
$text =~ s/^ Will merge to 'next'\.$/ $mergetomaster/m;
|
||||
$text =~ s/^ Will merge (back )?to 'next'\.$/ $mergetomaster/m;
|
||||
$text =~ s/^ Will merge to and (then )?cook in 'next'\.$/ Will cook in 'next'./m;
|
||||
$text =~ s/^ Will merge to 'next' and (then )?to '$MASTER'\.$/ Will merge to '$MASTER'./m;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user