summaryrefslogtreecommitdiffstats
path: root/git-pack-objects.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-11-24 10:54:16 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-11-24 10:54:16 +0000
commit5706e0b5cf3d63b8c655239151d8e2ab308ffa4a (patch)
tree94782861a9c88207c54278ecdff7caf59ec4f816 /git-pack-objects.html
parent9df0c66308c7d858d04f0ac7916bc4efe87b4486 (diff)
downloadgit-htmldocs-5706e0b5cf3d63b8c655239151d8e2ab308ffa4a.tar.gz
Autogenerated HTML docs for v1.6.6-rc0-50-gaf06e
Diffstat (limited to 'git-pack-objects.html')
-rw-r--r--git-pack-objects.html19
1 files changed, 15 insertions, 4 deletions
diff --git a/git-pack-objects.html b/git-pack-objects.html
index 28061204e..0cc497280 100644
--- a/git-pack-objects.html
+++ b/git-pack-objects.html
@@ -321,8 +321,9 @@ git-pack-objects(1) Manual Page
<h2>SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<div class="content"><em>git pack-objects</em> [-q] [--no-reuse-delta] [--delta-base-offset] [--non-empty]
- [--local] [--incremental] [--window=N] [--depth=N] [--all-progress]
+<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]
[--keep-true-parents] &lt; object-list</div></div>
</div>
@@ -520,7 +521,7 @@ base-name
<dd>
<p>
When --stdout is specified then progress report is
- displayed during the object count and deltification phases
+ displayed during the object count and compression phases
but inhibited during the write-out phase. The reason is
that in some cases the output stream is directly linked
to another command which may wish to display progress
@@ -531,6 +532,16 @@ base-name
</p>
</dd>
<dt>
+--all-progress-implied
+</dt>
+<dd>
+<p>
+ This is used to imply --all-progress whenever progress display
+ is activated. Unlike --all-progress this flag doesn't actually
+ force any progress display by itself.
+</p>
+</dd>
+<dt>
-q
</dt>
<dd>
@@ -648,7 +659,7 @@ base-name
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2009-11-15 09:57:13 UTC
+Last updated 2009-11-24 10:53:39 UTC
</div>
</div>
</body>