Skip to content

Commit 51d41dc

Browse files
peffgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 668f2d5 commit 51d41dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/gitremote-helpers.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ set by Git if the remote helper has the 'option' capability.
517517
'option pushcert' {'true'|'false'}::
518518
GPG sign pushes.
519519

520-
'option push-option <string>::
520+
'option push-option' <string>::
521521
Transmit <string> as a push option. As the push option
522522
must not contain LF or NUL characters, the string is not encoded.
523523

0 commit comments

Comments
 (0)