rebase--interactive: don't require what's rebased to be a branch
authorDave Olszewski <cxreg@pobox.com>
Mon, 15 Mar 2010 04:48:22 +0000 (21:48 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Mar 2010 06:08:09 +0000 (23:08 -0700)
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 <cxreg@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found