commit | 68a163c9b483ae352fcfee8c4505d113213daa73 | [log] [tgz] |
---|---|---|
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | Mon Jun 25 18:58:28 2007 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Jun 26 18:58:59 2007 -0700 |
tree | a2f269413367d19626c13915811a6ff4babf97fd | |
parent | c54b7817f4f6bf422ea532d81217c28f63c259c5 [diff] |
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>