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.58
1 files changed, 4 insertions, 4 deletions
diff --git a/man5/gitprotocol-v2.5 b/man5/gitprotocol-v2.5
index b31396348..e9bb0cc26 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: 01/08/2023
+.\" Date: 01/16/2023
.\" Manual: Git Manual
-.\" Source: Git 2.39.0.198.ga38d39a4c5
+.\" Source: Git 2.39.0.227.g262c45b6a1
.\" Language: English
.\"
-.TH "GITPROTOCOL\-V2" "5" "01/08/2023" "Git 2\&.39\&.0\&.198\&.ga38d39" "Git Manual"
+.TH "GITPROTOCOL\-V2" "5" "01/16/2023" "Git 2\&.39\&.0\&.227\&.g262c45" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1163,7 +1163,7 @@ bundle\-uri CLIENT ERROR RECOVERY
.RS 4
A client MUST above all gracefully degrade on errors, whether that error is because of bad missing/data in the bundle URI(s), because that client is too dumb to e\&.g\&. understand and fully parse out bundle headers and their prerequisite relationships, or something else\&.
.sp
-Server operators should feel confident in turning on "bundle\-uri" and not worry if e\&.g\&. their CDN goes down that clones or fetches will run into hard failures\&. Even if the server bundle bundle(s) are incomplete, or bad in some way the client should still end up with a functioning repository, just as if it had chosen not to use this protocol extension\&.
+Server operators should feel confident in turning on "bundle\-uri" and not worry if e\&.g\&. their CDN goes down that clones or fetches will run into hard failures\&. Even if the server bundle(s) are incomplete, or bad in some way the client should still end up with a functioning repository, just as if it had chosen not to use this protocol extension\&.
.sp
All subsequent discussion on client and server interaction MUST keep this in mind\&.
.RE