Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information