summaryrefslogtreecommitdiffstats
path: root/git-bundle.html
diff options
context:
space:
mode:
Diffstat (limited to 'git-bundle.html')
-rw-r--r--git-bundle.html38
1 files changed, 7 insertions, 31 deletions
diff --git a/git-bundle.html b/git-bundle.html
index 21ebd6c89..2c870b953 100644
--- a/git-bundle.html
+++ b/git-bundle.html
@@ -749,7 +749,7 @@ git-bundle(1) Manual Page
<h2 id="_synopsis">SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<pre class="content"><em>git bundle</em> create [-q | --quiet | --progress | --all-progress] [--all-progress-implied]
+<pre class="content"><em>git bundle</em> create [-q | --quiet | --progress]
[--version=&lt;version&gt;] &lt;file&gt; &lt;git-rev-list-args&gt;
<em>git bundle</em> verify [-q | --quiet] &lt;file&gt;
<em>git bundle</em> list-heads &lt;file&gt; [&lt;refname&gt;&#8230;]
@@ -809,7 +809,7 @@ create [options] &lt;file&gt; &lt;git-rev-list-args&gt;
Used to create a bundle named <em>file</em>. This requires the
<em>&lt;git-rev-list-args&gt;</em> arguments to define the bundle contents.
<em>options</em> contains the options specific to the <em>git bundle create</em>
- subcommand.
+ subcommand. If <em>file</em> is <code>-</code>, the bundle is written to stdout.
</p>
</dd>
<dt class="hdlist1">
@@ -825,7 +825,8 @@ verify &lt;file&gt;
Finally, information about additional capabilities, such as "object
filter", is printed. See "Capabilities" in <a href="gitformat-bundle.html">gitformat-bundle(5)</a>
for more information. The exit code is zero for success, but will
- be nonzero if the bundle file is invalid.
+ be nonzero if the bundle file is invalid. If <em>file</em> is <code>-</code>, the
+ bundle is read from stdin.
</p>
</dd>
<dt class="hdlist1">
@@ -835,7 +836,7 @@ list-heads &lt;file&gt;
<p>
Lists the references defined in the bundle. If followed by a
list of references, only references matching those given are
- printed out.
+ printed out. If <em>file</em> is <code>-</code>, the bundle is read from stdin.
</p>
</dd>
<dt class="hdlist1">
@@ -848,6 +849,7 @@ unbundle &lt;file&gt;
defined references. If a list of references is given, only
references matching those in the list are printed. This command is
really plumbing, intended to be called only by <em>git fetch</em>.
+ If <em>file</em> is <code>-</code>, the bundle is read from stdin.
</p>
</dd>
<dt class="hdlist1">
@@ -889,32 +891,6 @@ unbundle &lt;file&gt;
</p>
</dd>
<dt class="hdlist1">
---all-progress
-</dt>
-<dd>
-<p>
- When --stdout is specified then progress report is
- 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
- status of its own as it processes incoming pack data.
- This flag is like --progress except that it forces progress
- report for the write-out phase as well even if --stdout is
- used.
-</p>
-</dd>
-<dt class="hdlist1">
---all-progress-implied
-</dt>
-<dd>
-<p>
- This is used to imply --all-progress whenever progress display
- is activated. Unlike --all-progress this flag doesn&#8217;t actually
- force any progress display by itself.
-</p>
-</dd>
-<dt class="hdlist1">
--version=&lt;version&gt;
</dt>
<dd>
@@ -1128,7 +1104,7 @@ references when fetching:</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2022-09-15 16:31:06 PDT
+ 2023-03-19 15:16:41 PDT
</div>
</div>
</body>