cvsserver: Add a few tests for 'status' command
[gitweb.git] / Documentation / config.txt
index 0865f4e01a7d37c102dced01120798b79af4f4b1..3017d640cff918e33544272cb2b9f7b9cfd5db4c 100644 (file)
@@ -582,7 +582,7 @@ gc.autopacklimit::
        When there are more than this many packs that are not
        marked with `*.keep` file in the repository, `git gc
        --auto` consolidates them into one larger pack.  The
-       default value is 20.  Setting this to 0 disables it.
+       default value is 50.  Setting this to 0 disables it.
 
 gc.packrefs::
        `git gc` does not run `git pack-refs` in a bare repository by