Add --aggressive option to 'git gc'
[gitweb.git] / Documentation / config.txt
index 840dd81b8192a8f03572196e4b057f1bc8ad9317..efcf3019b0ff9a23ed7e649e944365283db94093 100644 (file)
@@ -384,6 +384,11 @@ format.suffix::
        `.patch`. Use this variable to change that suffix (make sure to
        include the dot if you want it).
 
+gc.aggressiveWindow::
+       The window size parameter used in the delta compression
+       algorithm used by 'git gc --aggressive'.  This defaults
+       to 10.
+
 gc.packrefs::
        `git gc` does not run `git pack-refs` in a bare repository by
        default so that older dumb-transport clients can still fetch
@@ -548,7 +553,7 @@ pack.window::
 
 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 10.
+       maximum depth is given on the command line. Defaults to 50.
 
 pull.octopus::
        The default merge strategy to use when pulling multiple branches