also adds progress when actually writing a pack
authorNicolas Pitre <nico@cam.org>
Wed, 22 Feb 2006 22:41:32 +0000 (17:41 -0500)
committerJunio C Hamano <junkio@cox.net>
Wed, 22 Feb 2006 22:51:58 +0000 (14:51 -0800)
commit5e8dc750ee56d8c295ecd7478a6bd5d148cb7177
tree781f221ac605d022e4f8263696ccbcd1175ca89d
parentb2504a0d2ff5a51feb516f7732beb9549b5db454
also adds progress when actually writing a pack

If that pack is big, it takes significant time to write and might
benefit from some more eye candies as well.  This is however disabled
when the pack is written to stdout since in that case the output is
usually piped into unpack_objects which already does its own progress
reporting.

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
pack-objects.c