Brandon Casey kirjoitti: > The gc.auto configuration variable is somewhat ambiguous now that > there is also a gc.autopacklimit setting. Some users may assume that > it controls all auto-gc'ing. Also, now users must set two > configuration variables to zero when they want to disable > autopacking. Since it is unlikely that users will want to autopack > based on some threshold of pack files when they have disabled > autopacking based on the number of loose objects, be nice and allow a > setting of zero for gc.auto to disable all autopacking. > > Signed-off-by: Brandon Casey <casey@xxxxxxxxxxxxxxx> > --- > builtin-gc.c | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) This change should be documented in the git-gc.txt and config.txt. For example, the former currently says: "Housekeeping is required if there are too many loose objects or too many packs in the repository. [...] Setting the value of `gc.auto` to 0 disables automatic packing of loose objects." So, from the git-gc.txt's (current) point of view, gc.auto=0 does not touch the "or too many packs" part. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html