summaryrefslogtreecommitdiffstats
path: root/git-pack-objects.txt
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.txt
parent458281a5cc4fbbf5382b507870ac92d09f4cb1d9 (diff)
downloadgit-htmldocs-4d119a12679a6e377323473c71ba298a648578e4.tar.gz
Autogenerated HTML docs for v2.31.0-121-g9198c
Diffstat (limited to 'git-pack-objects.txt')
-rw-r--r--git-pack-objects.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/git-pack-objects.txt b/git-pack-objects.txt
index f85cb7ea9..25d9fbe37 100644
--- a/git-pack-objects.txt
+++ b/git-pack-objects.txt
@@ -85,6 +85,16 @@ base-name::
reference was included in the resulting packfile. This
can be useful to send new tags to native Git clients.
+--stdin-packs::
+ Read the basenames of packfiles (e.g., `pack-1234abcd.pack`)
+ 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 `^`), excluding any
+ objects listed in the excluded packs (beginning with `^`).
++
+Incompatible with `--revs`, or options that imply `--revs` (such as
+`--all`), with the exception of `--unpacked`, which is compatible.
+
--window=<n>::
--depth=<n>::
These two options affect how the objects contained in