]> git.ipfire.org Git - thirdparty/git.git/commit - git-rebase--interactive.sh
rebase-i-p: only list commits that require rewriting in todo
authorStephen Haberman <stephen@exigencecorp.com>
Wed, 15 Oct 2008 07:44:38 +0000 (02:44 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 16 Oct 2008 16:23:53 +0000 (09:23 -0700)
commitacc8559aa33b7a1ea49b0841e0759ecf05c6f26e
treefd112a42ae9bfcfe62e96ed89d14f2a80c7448c9
parenta4f25e368247108e89e5ee1a02c2f1b6fc31c56f
rebase-i-p: only list commits that require rewriting in todo

This is heavily based on Stephan Beyer's git sequencer rewrite of rebase-i-p.

Each commit is still found by rev-list UPSTREAM..HEAD, but a commit is only
included in todo if at least one its parents has been marked for rewriting.

Signed-off-by: Stephen Haberman <stephen@exigencecorp.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-rebase--interactive.sh