aboutsummaryrefslogtreecommitdiff
path: root/Documentation/config.txt
diff options
context:
space:
mode:
authorBrian Downing <bdowning@lavos.net>2007-07-12 07:55:52 -0500
committerJunio C Hamano <gitster@pobox.com>2007-07-12 14:32:35 -0700
commite93b15cd7441369f28dd4841ab504cea83c18b10 (patch)
tree3658bbb6bd63bd00ef5f30ade1c8792832a7e7f3 /Documentation/config.txt
parent121b42a5b4839c7d8756b0da3e6ed18e720b1295 (diff)
downloadgit-e93b15cd7441369f28dd4841ab504cea83c18b10.tar.gz
git-e93b15cd7441369f28dd4841ab504cea83c18b10.tar.xz
Add documentation for --window-memory, pack.windowMemory
Signed-off-by: Brian Downing <bdowning@lavos.net> Acked-by: Nicolas Pitre <nico@cam.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r--Documentation/config.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 4b67f0adf..11b332117 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -589,6 +589,12 @@ 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.
+pack.windowMemory::
+ The window memory size limit used by gitlink: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.
+
pack.compression::
An integer -1..9, indicating the compression level for objects
in a pack file. -1 is the zlib default. 0 means no