prune-packed: don't call display_progress() for every file
commit0e549137966feb016927a827fb6e359aec8264a3
authorNicolas Pitre <nico@cam.org>
Tue, 30 Oct 2007 18:57:31 +0000 (30 14:57 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Oct 2007 23:08:40 +0000 (30 16:08 -0700)
tree7baf39aac449bf67e1178a7baa8bb3ac30da63d0
parent0e30404370c24047c5fa54b2a6c43e53629c916b
prune-packed: don't call display_progress() for every file

The progress count is per fanout directory, so it is useless to call
it for every file as the count doesn't change that often.

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