rebase -i: Fix numbers in progress report
commitdad4e32c4658f12a6eaa2decead5d77678911d95
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Tue, 25 Sep 2007 15:43:04 +0000 (25 16:43 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 26 Sep 2007 00:46:54 +0000 (25 17:46 -0700)
tree199a6eaeeb595d6597c625a0bb5a3932d8ae982d
parent376ccb8cbb453343998e734d8a1ce79f57a4e092
rebase -i: Fix numbers in progress report

Instead of counting all lines in done and todo, we now count the actions
before outputting "$Rebasing ($count/$total)".

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-rebase--interactive.sh