summaryrefslogtreecommitdiffstats
path: root/git-pack-objects.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-10-22 04:12:17 +0000
committerJunio C Hamano <junio@kernel.org>2010-10-22 04:12:17 +0000
commitd2179ef025405832dff42141faed13199886b61c (patch)
treeffbde742771a380129d0223749ed086fbea39271 /git-pack-objects.html
parent7f9fa86e7b663383dc905c5b41bedda5cedf02e6 (diff)
downloadgit-htmldocs-d2179ef025405832dff42141faed13199886b61c.tar.gz
Autogenerated HTML docs for v1.7.3.2-90-gd4c43
Diffstat (limited to 'git-pack-objects.html')
-rw-r--r--git-pack-objects.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/git-pack-objects.html b/git-pack-objects.html
index 3c8ab113d..4265979df 100644
--- a/git-pack-objects.html
+++ b/git-pack-objects.html
@@ -323,8 +323,8 @@ git-pack-objects(1) Manual Page
<div class="verseblock">
<div class="content"><em>git pack-objects</em> [-q | --progress | --all-progress] [--all-progress-implied]
[--no-reuse-delta] [--delta-base-offset] [--non-empty]
- [--local] [--incremental] [--window=N] [--depth=N]
- [--revs [--unpacked | --all]*] [--stdout | base-name]
+ [--local] [--incremental] [--window=&lt;n&gt;] [--depth=&lt;n&gt;]
+ [--revs [--unpacked | --all]] [--stdout | base-name]
[--keep-true-parents] &lt; object-list</div></div>
</div>
<h2 id="_description">DESCRIPTION</h2>
@@ -420,10 +420,10 @@ base-name
</p>
</dd>
<dt>
---window=[N]
+--window=&lt;n&gt;
</dt>
<dt>
---depth=[N]
+--depth=&lt;n&gt;
</dt>
<dd>
<p>
@@ -440,13 +440,13 @@ base-name
</p>
</dd>
<dt>
---window-memory=[N]
+--window-memory=&lt;n&gt;
</dt>
<dd>
<p>
This option provides an additional limit on top of <tt>--window</tt>;
the window size will dynamically scale down so as to not take
- up more than N bytes in memory. This is useful in
+ up more than <em>&lt;n&gt;</em> bytes in memory. This is useful in
repositories with a mix of large and small objects to not run
out of memory with a large window, but still be able to take
advantage of the large window for the smaller objects. The
@@ -456,7 +456,7 @@ base-name
</p>
</dd>
<dt>
---max-pack-size=[N]
+--max-pack-size=&lt;n&gt;
</dt>
<dd>
<p>
@@ -576,7 +576,7 @@ base-name
</p>
</dd>
<dt>
---compression=[N]
+--compression=&lt;n&gt;
</dt>
<dd>
<p>
@@ -674,7 +674,7 @@ self-contained. Use <tt>git index-pack --fix-thin</tt>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2010-09-18 23:56:50 UTC
+Last updated 2010-10-22 04:11:08 UTC
</div>
</div>
</body>