]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/index-pack.c
make struct progress an opaque type
authorNicolas Pitre <nico@cam.org>
Tue, 30 Oct 2007 18:57:32 +0000 (14:57 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Oct 2007 23:08:40 +0000 (16:08 -0700)
commitdc6a0757c4f966dd124bd85be2adad5a0b7b2167
treee6b910be55af5d634bb7cc187985ddf57c70a01b
parent0e549137966feb016927a827fb6e359aec8264a3
make struct progress an opaque type

This allows for better management of progress "object" existence,
as well as making the progress display implementation more independent
from its callers.

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-pack-objects.c
builtin-prune-packed.c
builtin-unpack-objects.c
index-pack.c
progress.c
progress.h
unpack-trees.c