git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / 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

* Re: [PATCH] proto-v2 doc: mark-up fix
  2022-05-03  0:58 [PATCH] proto-v2 doc: mark-up fix Junio C Hamano
@ 2022-05-03  7:20 ` Bagas Sanjaya
  0 siblings, 0 replies; 2+ messages in thread
From: Bagas Sanjaya @ 2022-05-03  7:20 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git, brian m. carlson

On Mon, May 02, 2022 at 05:58:55PM -0700, Junio C Hamano wrote:
>  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

LGTM.

The mistake fixed by this patch doesn't affect the asciidoc output (only
tested with html), since the subheading is correctly rendered.

Reviewed-by: Bagas Sanjaya <bagasdotme@gmail.com>

-- 
An old man doll... just what I always wanted! - Clara

^ permalink raw reply	[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

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).