summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-02-26 00:43:30 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-02-26 00:43:30 (GMT)
commitf47c3328effa3016fff5d67ac233ac139ce32525 (patch)
treeb5104442b5e504efe412a33c729f3bce43771f71 /Documentation
parent18decfd11d31caef89a01d721c7baa994996e096 (diff)
parent9d336655ba6fd6a4b77f40c78f69047c662da184 (diff)
downloadgit-f47c3328effa3016fff5d67ac233ac139ce32525.zip
git-f47c3328effa3016fff5d67ac233ac139ce32525.tar.gz
git-f47c3328effa3016fff5d67ac233ac139ce32525.tar.bz2
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 f772d90..a7c806a 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
----------------------