aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-03-18 13:04:25 -0700
committerJunio C Hamano <gitster@pobox.com>2024-03-18 13:04:25 -0700
commitd2e4e26d13d75a4b8b35d222148af1380fe0c480 (patch)
tree50db645971621051b016502f0648e889acf0f2d3
parent7f1e92643d9a74857bddc12280b511b7e06c08a7 (diff)
parent51d41dc243d6218674e47462b067841cb0d9b48b (diff)
downloadgit-d2e4e26d13d75a4b8b35d222148af1380fe0c480.tar.gz
Merge branch 'jk/doc-remote-helpers-markup-fix'
Doc mark-up fix. * jk/doc-remote-helpers-markup-fix: doc/gitremote-helpers: fix missing single-quote
-rw-r--r--Documentation/gitremote-helpers.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitremote-helpers.txt b/Documentation/gitremote-helpers.txt
index ed8da428c9..07c8439a6f 100644
--- a/Documentation/gitremote-helpers.txt
+++ b/Documentation/gitremote-helpers.txt
@@ -526,7 +526,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.