diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-11-25 12:29:47 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-11-25 12:29:47 +0900 |
| commit | 00c388f48783616222bfcb87dc2597549ddfde70 (patch) | |
| tree | a3bf3c880cb6599c453cabb5e8e64d965442f735 | |
| parent | Merge branch 'tc/bundle-uri-leakfix' into maint-2.47 (diff) | |
| parent | Documentation/gitprotocol-v2.txt: fix a slight inconsistency in format (diff) | |
| download | git-00c388f48783616222bfcb87dc2597549ddfde70.tar.gz git-00c388f48783616222bfcb87dc2597549ddfde70.zip | |
Merge branch 'xx/protocol-v2-doc-markup-fix' into maint-2.47
Docfix.
* xx/protocol-v2-doc-markup-fix:
Documentation/gitprotocol-v2.txt: fix a slight inconsistency in format
| -rw-r--r-- | Documentation/gitprotocol-v2.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/gitprotocol-v2.txt b/Documentation/gitprotocol-v2.txt index 414bc625d5..ca83b2ecc5 100644 --- a/Documentation/gitprotocol-v2.txt +++ b/Documentation/gitprotocol-v2.txt @@ -527,8 +527,8 @@ a request. The provided options must not contain a NUL or LF character. - object-format -~~~~~~~~~~~~~~~ +object-format +~~~~~~~~~~~~~ The server can advertise the `object-format` capability with a value `X` (in the form `object-format=X`) to notify the client that the server is able to deal |
