summaryrefslogtreecommitdiffstats
path: root/man5/gitprotocol-v2.5
diff options
context:
space:
mode:
Diffstat (limited to 'man5/gitprotocol-v2.5')
-rw-r--r--man5/gitprotocol-v2.538
1 files changed, 19 insertions, 19 deletions
diff --git a/man5/gitprotocol-v2.5 b/man5/gitprotocol-v2.5
index 24b71b1ff..ef9a6a4e5 100644
--- a/man5/gitprotocol-v2.5
+++ b/man5/gitprotocol-v2.5
@@ -2,12 +2,12 @@
.\" Title: gitprotocol-v2
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 03/21/2023
+.\" Date: 03/28/2023
.\" Manual: Git Manual
-.\" Source: Git 2.40.0.130.g27d43aaaf5
+.\" Source: Git 2.40.0.141.g8d90352acc
.\" Language: English
.\"
-.TH "GITPROTOCOL\-V2" "5" "03/21/2023" "Git 2\&.40\&.0\&.130\&.g27d43a" "Git Manual"
+.TH "GITPROTOCOL\-V2" "5" "03/28/2023" "Git 2\&.40\&.0\&.141\&.g8d9035" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -375,7 +375,7 @@ want <oid>
have <oid>
Indicates to the server an object which the client has locally\&.
This allows the server to make a packfile which only contains
- the objects that the client needs\&. Multiple \(aqhave\(aq lines can be
+ the objects that the client needs\&. Multiple \*(Aqhave\*(Aq lines can be
supplied\&.
.fi
.if n \{\
@@ -459,10 +459,10 @@ If the \fIshallow\fR feature is advertised the following arguments can be includ
.nf
shallow <oid>
A client must notify the server of all commits for which it only
- has shallow copies (meaning that it doesn\(aqt have the parents of
- a commit) by supplying a \(aqshallow <oid>\(aq line for each such
+ has shallow copies (meaning that it doesn\*(Aqt have the parents of
+ a commit) by supplying a \*(Aqshallow <oid>\*(Aq line for each such
object so that the server is aware of the limitations of the
- client\(aqs history\&. This is so that the server is aware that the
+ client\*(Aqs history\&. This is so that the server is aware that the
client may not have all objects reachable from such commits\&.
.fi
.if n \{\
@@ -487,7 +487,7 @@ deepen <depth>
.nf
deepen\-relative
Requests that the semantics of the "deepen" command be changed
- to indicate that the depth requested is relative to the client\(aqs
+ to indicate that the depth requested is relative to the client\*(Aqs
current shallow boundary, instead of relative to the requested
commits\&.
.fi
@@ -501,7 +501,7 @@ deepen\-relative
.nf
deepen\-since <timestamp>
Requests that the shallow clone/fetch should be cut at a
- specific time, instead of depth\&. Internally it\(aqs equivalent to
+ specific time, instead of depth\&. Internally it\*(Aqs equivalent to
doing "git rev\-list \-\-max\-age=<timestamp>"\&. Cannot be used with
"deepen"\&.
.fi
@@ -515,8 +515,8 @@ deepen\-since <timestamp>
.nf
deepen\-not <rev>
Requests that the shallow clone/fetch should be cut at a
- specific revision specified by \(aq<rev>\(aq, instead of a depth\&.
- Internally it\(aqs equivalent of doing "git rev\-list \-\-not <rev>"\&.
+ specific revision specified by \*(Aq<rev>\*(Aq, instead of a depth\&.
+ Internally it\*(Aqs equivalent of doing "git rev\-list \-\-not <rev>"\&.
Cannot be used with "deepen", but can be used with
"deepen\-since"\&.
.fi
@@ -539,7 +539,7 @@ filter <filter\-spec>
(e\&.g\&. "1k") into a fully\-expanded form (e\&.g\&. "1024") to aid
interoperability with older receivers that may not understand
newly\-invented scaling suffixes\&. However, receivers SHOULD
- accept the following suffixes: \(aqk\(aq, \(aqm\(aq, and \(aqg\(aq for 1024,
+ accept the following suffixes: \*(Aqk\*(Aq, \*(Aqm\*(Aq, and \*(Aqg\*(Aq for 1024,
1048576, and 1073741824, respectively\&.
.fi
.if n \{\
@@ -694,7 +694,7 @@ packfile = PKT\-LINE("packfile" LF)
acknowledgments section
* If the client determines that it is finished with negotiations by
sending a "done" line (thus requiring the server to send a packfile),
- the acknowledgments sections MUST be omitted from the server\(aqs
+ the acknowledgments sections MUST be omitted from the server\*(Aqs
response\&.
.fi
.if n \{\
@@ -773,7 +773,7 @@ If the server has found a suitable cut point and has decided to send a "ready" l
shallow\-info section
* If the client has requested a shallow fetch/clone, a shallow
client requests a fetch or the server is shallow then the
- server\(aqs response may include a shallow\-info section\&. The
+ server\*(Aqs response may include a shallow\-info section\&. The
shallow\-info section will be included if (due to one of the
above conditions) the server needs to inform the client of any
shallow boundaries or adjustments to the clients already
@@ -844,7 +844,7 @@ The server MUST NOT send any "unshallow" lines for anything which the client has
.nf
wanted\-refs section
* This section is only included if the client has requested a
- ref using a \(aqwant\-ref\(aq line and if a packfile section is also
+ ref using a \*(Aqwant\-ref\*(Aq line and if a packfile section is also
included in the response\&.
.fi
.if n \{\
@@ -894,7 +894,7 @@ lines\&.
.nf
packfile\-uris section
* This section is only included if the client sent
- \(aqpackfile\-uris\(aq and the server has at least one such URI to
+ \*(Aqpackfile\-uris\*(Aq and the server has at least one such URI to
send\&.
.fi
.if n \{\
@@ -939,9 +939,9 @@ The hashes are 40 hex characters long\&. When Git upgrades to a new hash algorit
.\}
.nf
packfile section
- * This section is only included if the client has sent \(aqwant\(aq
+ * This section is only included if the client has sent \*(Aqwant\*(Aq
lines in its request and either requested that no more
- negotiation be done by sending \(aqdone\(aq or if the server has
+ negotiation be done by sending \*(Aqdone\*(Aq or if the server has
decided it has found a sufficient cut point to produce a
packfile\&.
.fi
@@ -1095,7 +1095,7 @@ obj\-info = obj\-id SP obj\-size
.sp
If the \fIbundle\-uri\fR capability is advertised, the server supports the \(oqbundle\-uri\(cq command\&.
.sp
-The capability is currently advertised with no value (i\&.e\&. not "bundle\-uri=somevalue"), a value may be added in the future for supporting command\-wide extensions\&. Clients MUST ignore any unknown capability values and proceed with the \(aqbundle\-uri` dialog they support\&.
+The capability is currently advertised with no value (i\&.e\&. not "bundle\-uri=somevalue"), a value may be added in the future for supporting command\-wide extensions\&. Clients MUST ignore any unknown capability values and proceed with the \*(Aqbundle\-uri` dialog they support\&.
.sp
The \fIbundle\-uri\fR command is intended to be issued before \fBfetch\fR to get URIs to bundle files (see \fBgit-bundle\fR(1)) to "seed" and inform the subsequent \fBfetch\fR command\&.
.sp