diff options
| author | LorenzoPegorari <lorenzo.pegorari2002@gmail.com> | 2026-03-03 02:45:59 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-03-02 21:35:04 -0800 |
| commit | 267807eae10f8f9b2bcf50fdd22b61d68c38e8d5 (patch) | |
| tree | 794206a9c5404d6a98f979d22d7508d8948df508 /Documentation | |
| parent | 683c54c999c301c2cd6f715c411407c413b1d84e (diff) | |
| download | git-267807eae10f8f9b2bcf50fdd22b61d68c38e8d5.tar.xz | |
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>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/gitprotocol-pack.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/gitprotocol-pack.adoc b/Documentation/gitprotocol-pack.adoc index 837b691c89..9952fac188 100644 --- a/Documentation/gitprotocol-pack.adoc +++ b/Documentation/gitprotocol-pack.adoc @@ -65,7 +65,7 @@ Extra Parameters ---------------- The protocol provides a mechanism in which clients can send additional -information in its first message to the server. These are called "Extra +information in their first message to the server. These are called "Extra Parameters", and are supported by the Git, SSH, and HTTP protocols. 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. filter-request = PKT-LINE("filter" SP filter-spec) ---- -Clients MUST send all the obj-ids it wants from the reference +Clients MUST send all the obj-ids they want from the reference discovery phase as 'want' lines. Clients MUST send at least one 'want' command in the request body. Clients MUST NOT mention an obj-id in a 'want' command which did not appear in the response |
