mirror of
https://github.com/git/git.git
synced 2026-08-09 17:40:16 +00:00
Reintegrate: allow regeneration of test integration on a detached HEAD
This commit is contained in:
@@ -81,11 +81,11 @@ LF='
|
||||
|
||||
show_merge () {
|
||||
case "$msg" in
|
||||
"Merge branch '"*"'"*" into "*)
|
||||
"Merge branch '"*"'"*)
|
||||
branch=$(expr "$msg" : "Merge branch '\(.*\)'")
|
||||
merge_hier=heads/
|
||||
;;
|
||||
"Merge remote branch '"*"'"*" into "*)
|
||||
"Merge remote branch '"*"'"*)
|
||||
branch=$(expr "$msg" : "Merge remote branch '\(.*\)'")
|
||||
merge_hier=
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user