Squelch bogus progress output from git-rebase--interactive
authorJunio C Hamano <gitster@pobox.com>
Tue, 15 Jan 2008 04:01:21 +0000 (20:01 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 15 Jan 2008 04:04:02 +0000 (20:04 -0800)
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 <gitster@pobox.com>
No differences found