Reintegrate: allow regeneration of test integration on a detached HEAD

todo
Junio C Hamano 2010-05-26 10:40:59 -07:00
parent 17bd783f39
commit 9ef638879b
1 changed files with 2 additions and 2 deletions

View File

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