From: Stephen Haberman Date: Wed, 15 Oct 2008 07:44:38 +0000 (-0500) Subject: rebase-i-p: only list commits that require rewriting in todo X-Git-Tag: v1.6.1-rc1~95^2~4 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/acc8559aa33b7a1ea49b0841e0759ecf05c6f26e?hp=acc8559aa33b7a1ea49b0841e0759ecf05c6f26e 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 Signed-off-by: Junio C Hamano ---