rebase -i: provide reasonable reflog for the rebased branch
commit68a163c9b483ae352fcfee8c4505d113213daa73
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Mon, 25 Jun 2007 17:58:28 +0000 (25 18:58 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 Jun 2007 01:58:59 +0000 (26 18:58 -0700)
treea2f269413367d19626c13915811a6ff4babf97fd
parentc54b7817f4f6bf422ea532d81217c28f63c259c5
rebase -i: provide reasonable reflog for the rebased branch

If your rebase succeeded, the HEAD's reflog will still show the whole
mess, but "<branchname>@{1}" now shows the state _before_ the rebase,
so that you can reset (or compare) the original and the rebased
revisions more easily.

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