git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] proto-v2 doc: mark-up fix
@ 2022-05-03  0:58 Junio C Hamano
  2022-05-03  7:20 ` Bagas Sanjaya
  0 siblings, 1 reply; 2+ messages in thread
From: Junio C Hamano @ 2022-05-03  0:58 UTC (permalink / raw)
  To: git; +Cc: brian m. carlson

For some reason, the 'object-format' command was surrounded by extra
spaces with extra underline to match.

Noticed when "git grep '^object-format'" did not find this line.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
---
 Documentation/technical/protocol-v2.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git c/Documentation/technical/protocol-v2.txt w/Documentation/technical/protocol-v2.txt
index 8a877d27e2..c5051e4d29 100644
--- c/Documentation/technical/protocol-v2.txt
+++ w/Documentation/technical/protocol-v2.txt
@@ -514,8 +514,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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-03  7:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-03  0:58 [PATCH] proto-v2 doc: mark-up fix Junio C Hamano
2022-05-03  7:20 ` Bagas Sanjaya

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).