add file checkout progress
commit4c474b6f92a2aa0b5aea282fe281e8f65279380a
authorNicolas Pitre <nico@cam.org>
Mon, 23 Apr 2007 17:17:19 +0000 (23 13:17 -0400)
committerJunio C Hamano <junkio@cox.net>
Tue, 24 Apr 2007 04:39:28 +0000 (23 21:39 -0700)
tree9814bdeedd7a8dfe6c0f5d264f73e2b5aa772f4c
parent2cc3167c688d1c91bc4cb9b1caa737b9d4971056
add file checkout progress

It is nice to see what is happening when checking out large amount of
files, either with git-checkout or git-reset.  The new progress code
already decides what is a "significant amount" and displays progress
only in that case..

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-checkout.sh
git-reset.sh