author | Brandon Casey <drafnel@gmail.com> | |
Sat, 10 May 2008 04:01:56 +0000 (23:01 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 11 May 2008 18:26:02 +0000 (11:26 -0700) | ||
commit | a37cce3b23afa2c88baa2f1369c585e05bcf4526 | |
tree | 95b2cbe0d50f4187a9220b8209a12bc2c1e3547b | tree | snapshot |
parent | ccc1297226b184c40459e9d373cc9eebfb7bd898 | commit | diff |
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.
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 | diff | blob | history |