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>2021-02-26 03:43:30 +0300
committerJunio C Hamano <gitster@pobox.com>2021-02-26 03:43:30 +0300
commitf47c3328effa3016fff5d67ac233ac139ce32525 (patch)
treeb5104442b5e504efe412a33c729f3bce43771f71 /Documentation
parent18decfd11d31caef89a01d721c7baa994996e096 (diff)
parent9d336655ba6fd6a4b77f40c78f69047c662da184 (diff)
Merge branch 'js/doc-proto-v2-response-end'
Docfix. * js/doc-proto-v2-response-end: doc: fix naming of response-end-pkt
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/technical/protocol-v2.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/technical/protocol-v2.txt b/Documentation/technical/protocol-v2.txt
index f772d90eaf..a7c806a73e 100644
--- a/Documentation/technical/protocol-v2.txt
+++ b/Documentation/technical/protocol-v2.txt
@@ -33,8 +33,8 @@ In protocol v2 these special packets will have the following semantics:
* '0000' Flush Packet (flush-pkt) - indicates the end of a message
* '0001' Delimiter Packet (delim-pkt) - separates sections of a message
- * '0002' Message Packet (response-end-pkt) - indicates the end of a response
- for stateless connections
+ * '0002' Response End Packet (response-end-pkt) - indicates the end of a
+ response for stateless connections
Initial Client Request
----------------------