ci: exercise the whole test suite with uncommon code in pack-objects
[gitweb.git] / Documentation / config.txt
index 2659153cb377554bc5cf6fc4199233b2bab498a2..a62134264e34b4bff1a492f67633d6fa7ead7c00 100644 (file)
@@ -2422,6 +2422,7 @@ pack.window::
 pack.depth::
        The maximum delta depth used by linkgit:git-pack-objects[1] when no
        maximum depth is given on the command line. Defaults to 50.
+       Maximum value is 4095.
 
 pack.windowMemory::
        The maximum size of memory that is consumed by each thread
@@ -2458,7 +2459,8 @@ pack.deltaCacheLimit::
        The maximum size of a delta, that is cached in
        linkgit:git-pack-objects[1]. This cache is used to speed up the
        writing object phase by not having to recompute the final delta
-       result once the best match for all objects is found. Defaults to 1000.
+       result once the best match for all objects is found.
+       Defaults to 1000. Maximum value is 65535.
 
 pack.threads::
        Specifies the number of threads to spawn when searching for best