]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc/gitremote-helpers: fix missing single-quote
authorJeff King <peff@peff.net>
Thu, 7 Mar 2024 08:43:13 +0000 (03:43 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Mar 2024 20:30:48 +0000 (12:30 -0800)
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 <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/gitremote-helpers.txt

index 6f1e269ae43e00d631feb8798a2a95aef48e8287..83e99192e1a62d4ae923ff93f524fa121d39f8ba 100644 (file)
@@ -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 <string>::
+'option push-option' <string>::
        Transmit <string> as a push option. As the push option
        must not contain LF or NUL characters, the string is not encoded.