summaryrefslogtreecommitdiffstats
path: root/man1/git-clone.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-clone.1')
-rw-r--r--man1/git-clone.118
1 files changed, 15 insertions, 3 deletions
diff --git a/man1/git-clone.1 b/man1/git-clone.1
index b456caa4e..25802ea8a 100644
--- a/man1/git-clone.1
+++ b/man1/git-clone.1
@@ -2,12 +2,12 @@
.\" Title: git-clone
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 08/30/2022
+.\" Date: 09/01/2022
.\" Manual: Git Manual
-.\" Source: Git 2.37.3.446.gd42b38dfb5
+.\" Source: Git 2.37.3.485.gbe1a02a17e
.\" Language: English
.\"
-.TH "GIT\-CLONE" "1" "08/30/2022" "Git 2\&.37\&.3\&.446\&.gd42b38" "Git Manual"
+.TH "GIT\-CLONE" "1" "09/01/2022" "Git 2\&.37\&.3\&.485\&.gbe1a02" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -380,6 +380,18 @@ and
for
\fBhost\&.xz:foo/\&.git\fR)\&. Cloning into an existing directory is only allowed if the directory is empty\&.
.RE
+.PP
+\-\-bundle\-uri=<uri>
+.RS 4
+Before fetching from the remote, fetch a bundle from the given
+\fB<uri>\fR
+and unbundle the data into the local repository\&. The refs in the bundle will be stored under the hidden
+\fBrefs/bundle/*\fR
+namespace\&. This option is incompatible with
+\fB\-\-depth\fR,
+\fB\-\-shallow\-since\fR, and
+\fB\-\-shallow\-exclude\fR\&.
+.RE
.SH "GIT URLS"
.sp
In general, URLs contain information about the transport protocol, the address of the remote server, and the path to the repository\&. Depending on the transport protocol, some of this information may be absent\&.