summaryrefslogtreecommitdiffstats
path: root/git-pack-objects.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-03-24 15:19:22 -0700
committerJunio C Hamano <gitster@pobox.com>2021-03-24 15:19:22 -0700
commit4d119a12679a6e377323473c71ba298a648578e4 (patch)
treeec064da12d0a9f43b313676af46aae1f1fdf1b0a /git-pack-objects.html
parent458281a5cc4fbbf5382b507870ac92d09f4cb1d9 (diff)
downloadgit-htmldocs-4d119a12679a6e377323473c71ba298a648578e4.tar.gz
Autogenerated HTML docs for v2.31.0-121-g9198c
Diffstat (limited to 'git-pack-objects.html')
-rw-r--r--git-pack-objects.html16
1 files changed, 15 insertions, 1 deletions
diff --git a/git-pack-objects.html b/git-pack-objects.html
index 5445abd27..336b392ff 100644
--- a/git-pack-objects.html
+++ b/git-pack-objects.html
@@ -857,6 +857,20 @@ base-name
</p>
</dd>
<dt class="hdlist1">
+--stdin-packs
+</dt>
+<dd>
+<p>
+ Read the basenames of packfiles (e.g., <code>pack-1234abcd.pack</code>)
+ from the standard input, instead of object names or revision
+ arguments. The resulting pack contains all objects listed in the
+ included packs (those not beginning with <code>^</code>), excluding any
+ objects listed in the excluded packs (beginning with <code>^</code>).
+</p>
+<div class="paragraph"><p>Incompatible with <code>--revs</code>, or options that imply <code>--revs</code> (such as
+<code>--all</code>), with the exception of <code>--unpacked</code>, which is compatible.</p></div>
+</dd>
+<dt class="hdlist1">
--window=&lt;n&gt;
</dt>
<dt class="hdlist1">
@@ -1338,7 +1352,7 @@ attribute <code>delta</code> set to false.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2021-02-25 17:29:29 PST
+ 2021-03-24 15:15:46 PDT
</div>
</div>
</body>