Merge branch 'jk/config-blob-sans-repo'
[gitweb.git] / Documentation / git-repack.txt
index ce497d9d129f79f1ee859a48b276f897b669c7de..d90e7907f4843a048caf11a2fae42a973d893d9a 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`.