| author | Junio C Hamano <gitster@pobox.com> | |
| Tue, 15 Jan 2008 04:01:21 +0000 (20:01 -0800) | ||
| committer | Junio C Hamano <gitster@pobox.com> | |
| Tue, 15 Jan 2008 04:04:02 +0000 (20:04 -0800) | ||
| commit | 4e6738778b30a5063579ad4b4ba34e12547f0e7c | |
| tree | 2f5347f3ccbc21127c52562be6f76f5b430e7558 | tree | snapshot |
| parent | 471a5ce5dda5c4315fe0f1d5ad3c642fc1ff540c | commit | diff |
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>
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 | diff | blob | history |