Dave Olszewski <cxreg@xxxxxxxxx> writes: > 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. Three dashes? > +test_expect_success 'rebase while detaching HEAD' ' > + grandparent=$(git rev-parse HEAD~2) && > + test_tick && > + FAKE_LINES="2 1" git rebase -i HEAD~2 HEAD^0 && What's the point of saying this? You could instead say: git rebase -i HEAD~2 no? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html