summaryrefslogtreecommitdiffstats
path: root/git-pack-objects.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-09-18 02:47:16 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-09-18 02:47:16 +0000
commit3eb513f72a4d78c8b588c8ee957826c86c842a96 (patch)
treeba6b210afb5d5eefe94fb66f2ade52b7cf773d11 /git-pack-objects.html
parent781d8a233390886630e880b2bec86697bd9cb6fa (diff)
downloadgit-htmldocs-3eb513f72a4d78c8b588c8ee957826c86c842a96.tar.gz
Autogenerated HTML docs for v1.4.2.1-g80823
Diffstat (limited to 'git-pack-objects.html')
-rw-r--r--git-pack-objects.html40
1 files changed, 37 insertions, 3 deletions
diff --git a/git-pack-objects.html b/git-pack-objects.html
index 3b2ab4280..b0d8a1611 100644
--- a/git-pack-objects.html
+++ b/git-pack-objects.html
@@ -275,7 +275,7 @@ git-pack-objects(1) Manual Page
<div class="verseblock">
<div class="content"><em>git-pack-objects</em> [-q] [--no-reuse-delta] [--non-empty]
[--local] [--incremental] [--window=N] [--depth=N]
- {--stdout | base-name} &lt; object-list</div></div>
+ [--revs [--unpacked | --all]*] [--stdout | base-name] &lt; object-list</div></div>
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
@@ -326,6 +326,39 @@ base-name
</p>
</dd>
<dt>
+--revs
+</dt>
+<dd>
+<p>
+ Read the revision arguments from the standard input, instead of
+ individual object names. The revision arguments are processed
+ the same way as <a href="git-rev-list.html">git-rev-list(1)</a> with <tt>--objects</tt> flag
+ uses its <tt>commit</tt> arguments to build the list of objects it
+ outputs. The objects on the resulting list are packed.
+</p>
+</dd>
+<dt>
+--unpacked
+</dt>
+<dd>
+<p>
+ This implies <tt>--revs</tt>. When processing the list of
+ revision arguments read from the standard input, limit
+ the objects packed to those that are not already packed.
+</p>
+</dd>
+<dt>
+--all
+</dt>
+<dd>
+<p>
+ This implies <tt>--revs</tt>. In addition to the list of
+ revision arguments read from the standard input, pretend
+ as if all refs under <tt>$GIT_DIR/refs</tt> are specifed to be
+ included.
+</p>
+</dd>
+<dt>
--window and --depth
</dt>
<dd>
@@ -403,7 +436,8 @@ base-name
</div>
<h2>See Also</h2>
<div class="sectionbody">
-<p><a href="git-repack.html">git-repack(1)</a>
+<p><a href="git-rev-list.html">git-rev-list(1)</a>
+<a href="git-repack.html">git-repack(1)</a>
<a href="git-prune-packed.html">git-prune-packed(1)</a></p>
</div>
<h2>GIT</h2>
@@ -412,7 +446,7 @@ base-name
</div>
<div id="footer">
<div id="footer-text">
-Last updated 15-Jul-2006 01:37:59 UTC
+Last updated 18-Sep-2006 02:46:59 UTC
</div>
</div>
</body>