diff mbox series

Documentation/gitprotocol-v2.txt: fix a slight inconsistency in format

Message ID pull.1807.git.git.1728566443089.gitgitgadget@gmail.com (mailing list archive)
State Accepted
Commit f1ed39987b0cb0e4c9f0c9a566cae7690f13a661
Headers show
Series Documentation/gitprotocol-v2.txt: fix a slight inconsistency in format | expand

Commit Message

Xing Xin Oct. 10, 2024, 1:20 p.m. UTC
From: Xing Xin <xingxin.xx@bytedance.com>

Signed-off-by: Xing Xin <xingxin.xx@bytedance.com>
---
    Documentation/gitprotocol-v2.txt fix a slight inconsistency in format

Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-git-1807%2Fblanet%2Fxx%2Fdoc-format-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-git-1807/blanet/xx/doc-format-v1
Pull-Request: https://github.com/git/git/pull/1807

 Documentation/gitprotocol-v2.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: 777489f9e09c8d0dd6b12f9d90de6376330577a2

Comments

Kristoffer Haugsbakk Oct. 10, 2024, 1:38 p.m. UTC | #1
On Thu, Oct 10, 2024, at 15:20, blanet via GitGitGadget wrote:
> From: Xing Xin <xingxin.xx@bytedance.com>
>
> Signed-off-by: Xing Xin <xingxin.xx@bytedance.com>
> ---
>     Documentation/gitprotocol-v2.txt fix a slight inconsistency in format
>
> Published-As: 
> https://github.com/gitgitgadget/git/releases/tag/pr-git-1807%2Fblanet%2Fxx%2Fdoc-format-v1
> Fetch-It-Via: git fetch https://github.com/gitgitgadget/git 
> pr-git-1807/blanet/xx/doc-format-v1
> Pull-Request: https://github.com/git/git/pull/1807
>
>  Documentation/gitprotocol-v2.txt | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/gitprotocol-v2.txt b/Documentation/gitprotocol-v2.txt
> index 414bc625d5d..ca83b2ecc54 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
>
> base-commit: 777489f9e09c8d0dd6b12f9d90de6376330577a2
> -- 
> gitgitgadget

I can confirm that this is the only heading in this document which is
like this (setext length (name?) is not the same as the length of the
title/header).  Also the only place where the title is not flushed to
the left.  Well-scoped change.
Junio C Hamano Oct. 10, 2024, 6:52 p.m. UTC | #2
"Kristoffer Haugsbakk" <kristofferhaugsbakk@fastmail.com> writes:

> On Thu, Oct 10, 2024, at 15:20, blanet via GitGitGadget wrote:
>> From: Xing Xin <xingxin.xx@bytedance.com>
>>
>> Signed-off-by: Xing Xin <xingxin.xx@bytedance.com>
>> ---
>> gitgitgadget
>
> I can confirm that this is the only heading in this document which is
> like this (setext length (name?) is not the same as the length of the
> title/header).  Also the only place where the title is not flushed to
> the left.  Well-scoped change.

Thanks, both of you.

Will queue.
diff mbox series

Patch

diff --git a/Documentation/gitprotocol-v2.txt b/Documentation/gitprotocol-v2.txt
index 414bc625d5d..ca83b2ecc54 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