]> git.ipfire.org Git - thirdparty/git.git/commit
doc: fix naming of response-end-pkt
authorJoey Salazar <jgsal@protonmail.com>
Thu, 18 Feb 2021 00:11:22 +0000 (00:11 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Feb 2021 00:30:43 +0000 (16:30 -0800)
commit9d336655ba6fd6a4b77f40c78f69047c662da184
tree5a4e3c3712519d517587c5fb9ad06720ffb21516
parent59ec22464f6c2b170b05f287e00740ea2288fe5c
doc: fix naming of response-end-pkt

Git Protocol version 2[1] defines 0002 as a Message Packet that indicates
the end of a response for stateless connections.

Change the naming of the 0002 Packet to 'Response End' to match the
parsing introduced in Wireshark's MR !1922 for consistency. A subsequent
MR in Wireshark will address additional mismatches.

[1] kernel.org/pub/software/scm/git/docs/technical/protocol-v2.html
[2] gitlab.com/wireshark/wireshark/-/merge_requests/1922

Signed-off-by: Joey Salazar <jgsal@protonmail.com>
Reviewed-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/protocol-v2.txt