]> asedeno.scripts.mit.edu Git - git.git/blobdiff - git-rebase--interactive.sh
Merge branch 'do/rebase-i-arbitrary'
[git.git] / git-rebase--interactive.sh
index 1d116bfae2175891905d40ba4b55b331fba63372..2ff211cbaa928275857577535f02ae92cb407f2f 100755 (executable)
@@ -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