summaryrefslogtreecommitdiffstats
path: root/config.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-10-29 13:07:39 -0700
committerJunio C Hamano <gitster@pobox.com>2014-10-29 13:07:39 -0700
commit2a4bcbc355496c8d83b1b9f8892c4cbe8f584158 (patch)
tree4638d4f635a65f08e49c31d27c9d27f09900e756 /config.txt
parentd2c2848ee5eb75b65de6b667b52c9235903013f7 (diff)
downloadgit-htmldocs-2a4bcbc355496c8d83b1b9f8892c4cbe8f584158.tar.gz
Autogenerated HTML docs for v2.1.3-590-g3666
Diffstat (limited to 'config.txt')
-rw-r--r--config.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/config.txt b/config.txt
index 8b49813d8..8212897cf 100644
--- a/config.txt
+++ b/config.txt
@@ -1856,10 +1856,11 @@ pack.depth::
maximum depth is given on the command line. Defaults to 50.
pack.windowMemory::
- The window memory size limit used by linkgit:git-pack-objects[1]
- when no limit is given on the command line. The value can be
- suffixed with "k", "m", or "g". Defaults to 0, meaning no
- limit.
+ The maximum size of memory that is consumed by each thread
+ in linkgit:git-pack-objects[1] for pack window memory when
+ no limit is given on the command line. The value can be
+ suffixed with "k", "m", or "g". When left unconfigured (or
+ set explicitly to 0), there will be no limit.
pack.compression::
An integer -1..9, indicating the compression level for objects