Merge branch 'ph/rebase-original'

* ph/rebase-original:
  rebase: find orig_head unambiguously
This commit is contained in:
Junio C Hamano
2013-04-26 15:28:34 -07:00
2 changed files with 8 additions and 1 deletions

View File

@ -473,7 +473,7 @@ case "$#" in
head_name="detached HEAD"
branch_name=HEAD ;# detached
fi
orig_head=$(git rev-parse --verify "${branch_name}^0") || exit
orig_head=$(git rev-parse --verify HEAD) || exit
;;
*)
die "BUG: unexpected number of arguments left to parse"