summaryrefslogtreecommitdiffstats
path: root/git-clone.html
diff options
context:
space:
mode:
Diffstat (limited to 'git-clone.html')
-rw-r--r--git-clone.html14
1 files changed, 13 insertions, 1 deletions
diff --git a/git-clone.html b/git-clone.html
index f5dd7a277..36ef0a7bd 100644
--- a/git-clone.html
+++ b/git-clone.html
@@ -1242,6 +1242,18 @@ or <code>--mirror</code> is given)</p></div>
is only allowed if the directory is empty.
</p>
</dd>
+<dt class="hdlist1">
+--bundle-uri=&lt;uri&gt;
+</dt>
+<dd>
+<p>
+ Before fetching from the remote, fetch a bundle from the given
+ <code>&lt;uri&gt;</code> and unbundle the data into the local repository. The refs
+ in the bundle will be stored under the hidden <code>refs/bundle/*</code>
+ namespace. This option is incompatible with <code>--depth</code>,
+ <code>--shallow-since</code>, and <code>--shallow-exclude</code>.
+</p>
+</dd>
</dl></div>
</div>
</div>
@@ -1440,7 +1452,7 @@ Create a bare repository to publish your changes to the public:
<div id="footer">
<div id="footer-text">
Last updated
- 2022-02-25 16:19:34 PST
+ 2022-09-01 13:55:22 PDT
</div>
</div>
</body>