Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-08-16 01:08:27 +0300
committerJunio C Hamano <gitster@pobox.com>2018-08-16 01:08:27 +0300
commitdca64ed3973414b0e3a7f9ee1c7ab8f9e9a867f3 (patch)
tree889aaf7ce0aae4357ed8fcb761b0f54723fae76c /Documentation
parent2e2c24f82a4f5f1a14f8f28508c51765d0a41944 (diff)
parent742587662fbdf487eb85e847f6253a4f5dcf18fa (diff)
Merge branch 'ms/http-proto-doc'
Doc fix. * ms/http-proto-doc: doc: fix want-capability separator
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/technical/http-protocol.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/technical/http-protocol.txt b/Documentation/technical/http-protocol.txt
index 64f49d0bbb..9c5b6f0fac 100644
--- a/Documentation/technical/http-protocol.txt
+++ b/Documentation/technical/http-protocol.txt
@@ -338,11 +338,11 @@ server advertises capability `allow-tip-sha1-in-want` or
request_end
request_end = "0000" / "done"
- want_list = PKT-LINE(want NUL cap_list LF)
+ want_list = PKT-LINE(want SP cap_list LF)
*(want_pkt)
want_pkt = PKT-LINE(want LF)
want = "want" SP id
- cap_list = *(SP capability) SP
+ cap_list = capability *(SP capability)
have_list = *PKT-LINE("have" SP id LF)