summaryrefslogtreecommitdiffstats
path: root/git-clone.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-09-01 13:57:29 -0700
committerJunio C Hamano <gitster@pobox.com>2022-09-01 13:57:29 -0700
commitf7f8f21e826283e7a8109e0ae1743ffd5ea5815d (patch)
treef603eabf3cb7d98d1bf8fef984cda61360e89322 /git-clone.txt
parent594d2d454755bedd85c5bcb9fb5dc59990592087 (diff)
downloadgit-htmldocs-f7f8f21e826283e7a8109e0ae1743ffd5ea5815d.tar.gz
Autogenerated HTML docs for v2.37.3-485-gbe1a0
Diffstat (limited to 'git-clone.txt')
-rw-r--r--git-clone.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/git-clone.txt b/git-clone.txt
index 632bd1348..d032d971d 100644
--- a/git-clone.txt
+++ b/git-clone.txt
@@ -323,6 +323,13 @@ or `--mirror` is given)
for `host.xz:foo/.git`). Cloning into an existing directory
is only allowed if the directory is empty.
+--bundle-uri=<uri>::
+ Before fetching from the remote, fetch a bundle from the given
+ `<uri>` and unbundle the data into the local repository. The refs
+ in the bundle will be stored under the hidden `refs/bundle/*`
+ namespace. This option is incompatible with `--depth`,
+ `--shallow-since`, and `--shallow-exclude`.
+
:git-clone: 1
include::urls.txt[]