Merge branch 'do/rebase-i-arbitrary'

* do/rebase-i-arbitrary:
  rebase--interactive: don't require what's rebased to be a branch

Conflicts:
	t/t3404-rebase-interactive.sh
This commit is contained in:
Junio C Hamano
2010-04-03 12:28:38 -07:00
2 changed files with 9 additions and 2 deletions

View File

@ -823,8 +823,6 @@ first and then run 'git rebase --continue' again."
if test ! -z "$1"
then
output git show-ref --verify --quiet "refs/heads/$1" ||
die "Invalid branchname: $1"
output git checkout "$1" ||
die "Could not checkout $1"
fi