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