rebase -i: actually show the diffstat when being verbose
commit3df0a859aa5cc68a2bd616cb686f01cf0e2468c1
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Sun, 8 Jul 2007 02:02:13 +0000 (8 03:02 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Jul 2007 01:24:19 +0000 (8 18:24 -0700)
treec2e8e6999e4cdcd07d94805d8621a7d471d4344c
parent18640d991bde7e081fb851cea5114c09472b188f
rebase -i: actually show the diffstat when being verbose

The "while" loop in the function do_rest is not supposed to ever be
exited.  Instead, the function do_one checks if there is nothing left,
and cleans up and exits if that is the case.  So the diffstat code
belongs there.

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