return the prune-packed progress display to the inner loop
commit93ff3f6a5311ebb6347b817d1c57c94dbbe4de73
authorNicolas Pitre <nico@cam.org>
Thu, 1 Nov 2007 20:59:55 +0000 (1 16:59 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 1 Nov 2007 22:22:32 +0000 (1 15:22 -0700)
tree301119efb934d1ba0c8dff6657e354f0f0f8cd28
parent2a128d63dc140e8daeaf68659d9263b7389b7d1b
return the prune-packed progress display to the inner loop

This reverts commit 0e549137966feb016927a827fb6e359aec8264a3 so to return
to the same state as commit b5d72f0a4cd3cce945ca0d37e4fa0ebbfcdcdb52.

On Wed, 31 Oct 2007, Shawn O. Pearce wrote:
> During my testing with a 40,000 loose object case (yea, I fully
> unpacked a git.git clone I had laying around) my system stalled
> hard in the first object directory.  A *lot* longer than 1 second.
> So I got no progress meter for a long time, and then a progress
> meter appeared on the second directory.

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-prune-packed.c