diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-02-08 13:20:34 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-02-08 13:20:34 -0800 |
| commit | 2a10505a77b4f7e8a8d51387638182edd280d2b3 (patch) | |
| tree | a4c5885d4e4911816dbf834381b0260f572751be /Documentation/gitprotocol-http.txt | |
| parent | bec916039422e5b67c996e0180148fc5d30b0324 (diff) | |
| parent | 51e846e673ca749273534d063082627a561f7622 (diff) | |
| download | git-2a10505a77b4f7e8a8d51387638182edd280d2b3.tar.xz | |
Merge branch 'ja/doc-placeholders-fix'
Docfix.
* ja/doc-placeholders-fix:
doc: enforce placeholders in documentation
doc: enforce dashes in placeholders
Diffstat (limited to 'Documentation/gitprotocol-http.txt')
| -rw-r--r-- | Documentation/gitprotocol-http.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Documentation/gitprotocol-http.txt b/Documentation/gitprotocol-http.txt index 836b3490cc..ec40a550cc 100644 --- a/Documentation/gitprotocol-http.txt +++ b/Documentation/gitprotocol-http.txt @@ -391,14 +391,14 @@ C: Start a queue, `c_pending`, ordered by commit time (popping newest C: Send one `$GIT_URL/git-upload-pack` request: - C: 0032want <want #1>............................... - C: 0032want <want #2>............................... + C: 0032want <want-#1>............................... + C: 0032want <want-#2>............................... .... - C: 0032have <common #1>............................. - C: 0032have <common #2>............................. + C: 0032have <common-#1>............................. + C: 0032have <common-#2>............................. .... - C: 0032have <have #1>............................... - C: 0032have <have #2>............................... + C: 0032have <have-#1>............................... + C: 0032have <have-#2>............................... .... C: 0000 @@ -512,7 +512,7 @@ Within the command portion of the request body clients SHOULD send the id obtained through ref discovery as old_id. update_request = command_list - "PACK" <binary data> + "PACK" <binary-data> command_list = PKT-LINE(command NUL cap_list LF) *(command_pkt) |
