From: Junio C Hamano Date: Tue, 15 Jan 2008 04:01:21 +0000 (-0800) Subject: Squelch bogus progress output from git-rebase--interactive X-Git-Tag: v1.5.4-rc4~36 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/4e6738778b30a5063579ad4b4ba34e12547f0e7c?hp=4e6738778b30a5063579ad4b4ba34e12547f0e7c Squelch bogus progress output from git-rebase--interactive The command repeats "Rebasing (1/1)" many times even when there is only one task remaining, because mark_action_done() is called to skip comment and empty lines in the TODO file. This should fix it. Signed-off-by: Junio C Hamano ---