gc: --prune prunes unreferenced objects.
authorJunio C Hamano <gitster@pobox.com>
Tue, 6 Nov 2007 00:39:00 +0000 (16:39 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 6 Nov 2007 00:39:00 +0000 (16:39 -0800)
Brandon Casey correctly points out that we repack with -A without --prune
and with -a with --prune, so it is not just unreferenced loose objects
that are pruned away when the option is given.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found