rebase -i: work on a detached HEAD
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Tue, 25 Sep 2007 15:43:15 +0000 (16:43 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 26 Sep 2007 07:42:17 +0000 (00:42 -0700)
commit73697a0b572f7f216d8355d83bf69e9b42e9a077
treeaa9eb581690eff932c80dcd0be14088dbeca454a
parent61ab92df40b2c256299ad3d812ee0de14353098d
rebase -i: work on a detached HEAD

Earlier, rebase -i refused to rebase a detached HEAD.  Now it no longer
does.

Incidentally, this fixes "git gc --auto" shadowing the true exit status.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-rebase--interactive.sh
t/t3404-rebase-interactive.sh