Re: [PATCH] Documentation/gitprotocol-v2.txt: fix a slight inconsistency in format
From: Kristoffer Haugsbakk <hidden>
Date: 2024-10-10 13:39:07
On Thu, Oct 10, 2024, at 15:20, blanet via GitGitGadget wrote:
quoted hunk ↗ jump to hunk
From: Xing Xin <redacted> Signed-off-by: Xing Xin <redacted> --- 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. -- Kristoffer