Increase pack.depth default to 50
[gitweb.git] / Documentation / config.txt
index 24f9655fef8b9acbeb239554d55585480a0eede7..ea434af9db1e864c4230b60886f1ca24237327e4 100644 (file)
@@ -546,6 +546,10 @@ pack.window::
        The size of the window used by gitlink:git-pack-objects[1] when no
        window size is given on the command line. Defaults to 10.
 
+pack.depth::
+       The maximum delta depth used by gitlink:git-pack-objects[1] when no
+       maximum depth is given on the command line. Defaults to 50.
+
 pull.octopus::
        The default merge strategy to use when pulling multiple branches
        at once.