summaryrefslogtreecommitdiffstats
path: root/man5/gitprotocol-pack.5
diff options
context:
space:
mode:
Diffstat (limited to 'man5/gitprotocol-pack.5')
-rw-r--r--man5/gitprotocol-pack.516
1 files changed, 8 insertions, 8 deletions
diff --git a/man5/gitprotocol-pack.5 b/man5/gitprotocol-pack.5
index 30446e0dd..2ee84c300 100644
--- a/man5/gitprotocol-pack.5
+++ b/man5/gitprotocol-pack.5
@@ -2,12 +2,12 @@
.\" Title: gitprotocol-pack
.\" 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\-PACK" "5" "03/21/2023" "Git 2\&.40\&.0\&.130\&.g27d43a" "Git Manual"
+.TH "GITPROTOCOL\-PACK" "5" "03/28/2023" "Git 2\&.40\&.0\&.141\&.g8d9035" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -138,7 +138,7 @@ Initiating the upload\-pack or receive\-pack processes over SSH is executing the
.RS 4
.\}
.nf
-$ ssh git\&.example\&.com "git\-upload\-pack \(aq/project\&.git\(aq"
+$ ssh git\&.example\&.com "git\-upload\-pack \*(Aq/project\&.git\*(Aq"
.fi
.if n \{\
.RE
@@ -155,7 +155,7 @@ In an ssh:// format URI, it\(cqs absolute in the URI, so the \fI/\fR after the h
git clone ssh://user@example\&.com/project\&.git
|
v
-ssh user@example\&.com "git\-upload\-pack \(aq/project\&.git\(aq"
+ssh user@example\&.com "git\-upload\-pack \*(Aq/project\&.git\*(Aq"
.fi
.if n \{\
.RE
@@ -170,7 +170,7 @@ In a "user@host:path" format URI, its relative to the user\(cqs home directory,
git clone user@example\&.com:project\&.git
|
v
-ssh user@example\&.com "git\-upload\-pack \(aqproject\&.git\(aq"
+ssh user@example\&.com "git\-upload\-pack \*(Aqproject\&.git\*(Aq"
.fi
.if n \{\
.RE
@@ -185,7 +185,7 @@ The exception is if a \fI~\fR is used, in which case we execute it without the l
ssh://user@example\&.com/~alice/project\&.git,
|
v
-ssh user@example\&.com "git\-upload\-pack \(aq~alice/project\&.git\(aq"
+ssh user@example\&.com "git\-upload\-pack \*(Aq~alice/project\&.git\*(Aq"
.fi
.if n \{\
.RE
@@ -328,7 +328,7 @@ The client now sends the maximum commit history depth it wants for this transact
.sp
The client can optionally request that pack\-objects omit various objects from the packfile using one of several filtering techniques\&. These are intended for use with partial clone and partial fetch operations\&. An object that does not meet a filter\-spec value is omitted unless explicitly requested in a \fIwant\fR line\&. See \fBrev\-list\fR for possible filter\-spec values\&.
.sp
-Once all the \fIwant\(cqs and \(aqshallow\(cqs (and optional \(aqdeepen\fR) are transferred, clients MUST send a flush\-pkt, to tell the server side that it is done sending the list\&.
+Once all the \fIwant\(cqs and \*(Aqshallow\(cqs (and optional \*(Aqdeepen\fR) are transferred, clients MUST send a flush\-pkt, to tell the server side that it is done sending the list\&.
.sp
Otherwise, if the client sent a positive depth request, the server will determine which commits will and will not be shallow and send this information to the client\&. If the client did not request a positive depth, this step is skipped\&.
.sp