From: Jeff King Date: Thu, 7 Mar 2024 08:43:13 +0000 (-0500) Subject: doc/gitremote-helpers: fix missing single-quote X-Git-Tag: v2.45.0-rc0~98^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=51d41dc243d6218674e47462b067841cb0d9b48b;p=thirdparty%2Fgit.git doc/gitremote-helpers: fix missing single-quote The formatting around "option push-option" was missing its closing quote, leading to the output having a stray opening quote, rather than rendering the item in italics (as we do for all of the other options in the list). Signed-off-by: Jeff King Signed-off-by: Junio C Hamano --- diff --git a/Documentation/gitremote-helpers.txt b/Documentation/gitremote-helpers.txt index 6f1e269ae4..83e99192e1 100644 --- a/Documentation/gitremote-helpers.txt +++ b/Documentation/gitremote-helpers.txt @@ -517,7 +517,7 @@ set by Git if the remote helper has the 'option' capability. 'option pushcert' {'true'|'false'}:: GPG sign pushes. -'option push-option :: +'option push-option' :: Transmit as a push option. As the push option must not contain LF or NUL characters, the string is not encoded.