Add --aggressive option to 'git gc'
[gitweb.git] / Documentation / config.txt
index ea434af9db1e864c4230b60886f1ca24237327e4..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