fetch-pack: remove --keep-auto and make it the default.
[gitweb.git] / Documentation / config.txt
index d8244b1510e1879f4e30b8bb69890433be675741..383ff29f82bbe50d8482f1fdf963ebd822e4045f 100644 (file)
@@ -295,6 +295,16 @@ diff.renames::
        will enable basic rename detection.  If set to "copies" or
        "copy", it will detect copies, as well.
 
+fetch.unpackLimit::
+       If the number of objects fetched over the git native
+       transfer is below this
+       limit, then the objects will be unpacked into loose object
+       files. However if the number of received objects equals or
+       exceeds this limit then the received pack will be stored as
+       a pack, after adding any missing delta bases.  Storing the
+       pack from a push can make the push operation complete faster,
+       especially on slow filesystems.
+
 format.headers::
        Additional email headers to include in a patch to be submitted
        by mail.  See gitlink:git-format-patch[1].