diff options
author | Xing Xin <xingxin.xx@bytedance.com> | 2024-10-10 15:20:42 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-10-10 20:54:07 +0200 |
commit | f1ed39987b0cb0e4c9f0c9a566cae7690f13a661 (patch) | |
tree | ce32436a3b6fb05c844057c86aa4a2e9cd8d8caa | |
parent | Git 2.40.3 (diff) | |
download | git-f1ed39987b0cb0e4c9f0c9a566cae7690f13a661.tar.xz git-f1ed39987b0cb0e4c9f0c9a566cae7690f13a661.zip |
Documentation/gitprotocol-v2.txt: fix a slight inconsistency in format
Signed-off-by: Xing Xin <xingxin.xx@bytedance.com>
Acked-by: Kristoffer Haugsbakk <kristofferhaugsbakk@fastmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-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 acb97ad0c2..c68b73cc77 100644 --- a/Documentation/gitprotocol-v2.txt +++ b/Documentation/gitprotocol-v2.txt @@ -525,8 +525,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 |