ci: exercise the whole test suite with uncommon code in pack-objects
[gitweb.git] / Documentation / git-repack.txt
index ae750e9e1149f512dd5889a8081452055ccdb6d7..25c83c4927e23220e7bbccbfd8f32125a2c5ddd6 100644 (file)
@@ -90,7 +90,9 @@ other objects in that pack they already have locally.
        space. `--depth` limits the maximum delta depth; making it too deep
        affects the performance on the unpacker side, because delta data needs
        to be applied that many times to get to the necessary object.
-       The default value for --window is 10 and --depth is 50.
++
+The default value for --window is 10 and --depth is 50. The maximum
+depth is 4095.
 
 --threads=<n>::
        This option is passed through to `git pack-objects`.