Show number of TODO items for interactive rebase
commit97f05f43dc73f2855eb4c6acd1ea49d6d6bc4bce
authorOnno Kortmann <onno@gmx.net>
Wed, 10 Dec 2014 18:16:44 +0000 (10 19:16 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 10 Dec 2014 21:17:38 +0000 (10 13:17 -0800)
treeedd98942e886a8d4c4a5be445cd9560f09a25d90
parentc18b86734113ee2aeb0e140c922c8fbd4accc860
Show number of TODO items for interactive rebase

During 'rebase -i', one wrong edit in a long rebase session
might inadvertently drop commits/items. This change shows
the total number of TODO items in the comments after the
list. After performing the rebase edit, total item counts
can be compared to make sure that no changes have been lost
in the edit.

Signed-off-by: Onno Kortmann <onno@gmx.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-rebase--interactive.sh