From: Dave Olszewski Date: Mon, 15 Mar 2010 04:48:22 +0000 (-0700) Subject: rebase--interactive: don't require what's rebased to be a branch X-Git-Tag: v1.7.1-rc0~25^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/2ec33cdd19bd80308fcef45828e37e79c4b56dc5?ds=inline;hp=2ec33cdd19bd80308fcef45828e37e79c4b56dc5 rebase--interactive: don't require what's rebased to be a branch git rebase allows you to specify a non-branch commit-ish as the "branch" argument, which leaves HEAD detached when it's finished. This is occasionally useful, and this patch brings the same functionality to git rebase --interactive. Signed-off-by: Dave Olszewski Signed-off-by: Junio C Hamano ---