aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-pack-objects.txt
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-08-10 12:39:35 +0200
committerJunio C Hamano <gitster@pobox.com>2016-08-10 10:55:13 -0700
commit954176c1288d70818fb03c6e04a8cbfb0db4e704 (patch)
tree73d87d70ad7caf6a5efe0776a291a2bbb4dfd3d8 /Documentation/git-pack-objects.txt
parent00f27feb6afaa9e5f91a0852a5a20c041ba0a421 (diff)
downloadgit-954176c1288d70818fb03c6e04a8cbfb0db4e704.tar.gz
document git-repack interaction of pack.threads and pack.windowMemory
Signed-off-by: Michael Stahl <mstahl@redhat.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-pack-objects.txt')
-rw-r--r--Documentation/git-pack-objects.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-pack-objects.txt b/Documentation/git-pack-objects.txt
index 19cdcd0341..8973510a41 100644
--- a/Documentation/git-pack-objects.txt
+++ b/Documentation/git-pack-objects.txt
@@ -104,8 +104,8 @@ base-name::
out of memory with a large window, but still be able to take
advantage of the large window for the smaller objects. The
size can be suffixed with "k", "m", or "g".
- `--window-memory=0` makes memory usage unlimited, which is the
- default.
+ `--window-memory=0` makes memory usage unlimited. The default
+ is taken from the `pack.windowMemory` configuration variable.
--max-pack-size=<n>::
Maximum size of each output pack file. The size can be suffixed with