doc: gitprotocol-pack: fix pronoun-antecedent agreement
Fix "pronoun-antecedent agreement" errors. Signed-off-by: LorenzoPegorari <lorenzo.pegorari2002@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
LorenzoPegorari committed
Mar 3, 2026 at 02:45 UTC
267807eae10f8f9b2bcf50fdd22b61d68c38e8d5
1 file changed
+2
-2
Documentation/gitprotocol-pack.adoc
+2
-2
@@ -65,7 +65,7 @@ Extra Parameters
65
----------------
66
67
The protocol provides a mechanism in which clients can send additional
68
-information in its first message to the server. These are called "Extra
68
+information in their first message to the server. These are called "Extra
69
Parameters", and are supported by the Git, SSH, and HTTP protocols.
70
71
Each Extra Parameter takes the form of `<key>=<value>` or `<key>`.
@@ -277,7 +277,7 @@ out of what the server said it could do with the first 'want' line.
277
filter-request = PKT-LINE("filter" SP filter-spec)
278
----
279
280
-Clients MUST send all the obj-ids it wants from the reference
280
+Clients MUST send all the obj-ids they want from the reference
281
discovery phase as 'want' lines. Clients MUST send at least one
282
'want' command in the request body. Clients MUST NOT mention an
283
obj-id in a 'want' command which did not appear in the response