summaryrefslogtreecommitdiffstats
path: root/git-bundle.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-08-11 18:44:24 -0700
committerJunio C Hamano <gitster@pobox.com>2020-08-11 18:44:24 -0700
commitc425d1077dfcaf104b631e7c72aa6143d51104c5 (patch)
treeabeaf918c9e8a3656efa7943720c51a410dc592b /git-bundle.html
parentc9dd64269982129782983d19cbdb9e71d23f6acb (diff)
downloadgit-htmldocs-c425d1077dfcaf104b631e7c72aa6143d51104c5.tar.gz
Autogenerated HTML docs for v2.28.0-202-g7814e8
Diffstat (limited to 'git-bundle.html')
-rw-r--r--git-bundle.html16
1 files changed, 14 insertions, 2 deletions
diff --git a/git-bundle.html b/git-bundle.html
index 05dd44284..a574aafa1 100644
--- a/git-bundle.html
+++ b/git-bundle.html
@@ -749,7 +749,8 @@ 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] &lt;file&gt; &lt;git-rev-list-args&gt;
+<pre class="content"><em>git bundle</em> create [-q | --quiet | --progress | --all-progress] [--all-progress-implied]
+ [--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;]
<em>git bundle</em> unbundle &lt;file&gt; [&lt;refname&gt;&#8230;]</pre>
@@ -890,6 +891,17 @@ unbundle &lt;file&gt;
</p>
</dd>
<dt class="hdlist1">
+--version=&lt;version&gt;
+</dt>
+<dd>
+<p>
+ Specify the bundle version. Version 2 is the older format and can only be
+ used with SHA-1 repositories; the newer version 3 contains capabilities that
+ permit extensions. The default is the oldest supported format, based on the
+ hash algorithm in use.
+</p>
+</dd>
+<dt class="hdlist1">
-q
</dt>
<dt class="hdlist1">
@@ -1034,7 +1046,7 @@ references when fetching:</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2020-03-10 08:03:13 PDT
+ 2020-08-11 18:39:25 PDT
</div>
</div>
</body>