summaryrefslogtreecommitdiffstats
path: root/git-pack-objects.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-09-15 07:46:14 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-09-15 07:46:14 +0000
commit58155b42e7f69f920b962bc43de04ec3bb48df87 (patch)
treec1410a9785aa59428fa709fbb4c47686f6f667c8 /git-pack-objects.html
parentf80888ce6d55ea765cec661d4586575afc0e64ba (diff)
downloadgit-htmldocs-58155b42e7f69f920b962bc43de04ec3bb48df87.tar.gz
Autogenerated HTML docs for v1.5.3.1-91-gd3392
Diffstat (limited to 'git-pack-objects.html')
-rw-r--r--git-pack-objects.html15
1 files changed, 14 insertions, 1 deletions
diff --git a/git-pack-objects.html b/git-pack-objects.html
index 7a41e2854..ed4a2ee1b 100644
--- a/git-pack-objects.html
+++ b/git-pack-objects.html
@@ -519,6 +519,19 @@ base-name
</p>
</dd>
<dt>
+--threads=&lt;n&gt;
+</dt>
+<dd>
+<p>
+ Specifies the number of threads to spawn when searching for best
+ delta matches. This requires that pack-objects be compiled with
+ pthreads otherwise this option is ignored with a warning.
+ This is meant to reduce packing time on multiprocessor machines.
+ The required amount of memory for the delta search window is
+ however multiplied by the number of threads.
+</p>
+</dd>
+<dt>
--index-version=&lt;version&gt;[,&lt;offset&gt;]
</dt>
<dd>
@@ -550,7 +563,7 @@ base-name
</div>
<div id="footer">
<div id="footer-text">
-Last updated 10-Sep-2007 08:10:46 UTC
+Last updated 15-Sep-2007 07:45:32 UTC
</div>
</div>
</body>