Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gc: --prune prunes unreferenced objects.
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>
- Loading branch information