git-gc: always use -A when manually repacking
commita37cce3b23afa2c88baa2f1369c585e05bcf4526
authorBrandon Casey <drafnel@gmail.com>
Sat, 10 May 2008 04:01:56 +0000 (9 23:01 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sun, 11 May 2008 18:26:02 +0000 (11 11:26 -0700)
tree95b2cbe0d50f4187a9220b8209a12bc2c1e3547b
parentccc1297226b184c40459e9d373cc9eebfb7bd898
git-gc: always use -A when manually repacking

Now that repack -A will leave unreferenced objects unpacked, there is
no reason to use the -a option to repack (which will discard unreferenced
objects). The unpacked unreferenced objects will not be repacked by a
subsequent repack, and will eventually be pruned by git-gc based on the
gc.pruneExpire config option.
builtin-gc.c