Skip to content

Commit 2aaf37b

Browse files
peffgitster
authored andcommitted
docs/gitremote-helpers: fix unbalanced quotes
Each of these options is missing the closing single-quote on the option name. This understandably confuses asciidoc, which ends up rendering a stray quote, like: option cloning {'true|false} Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 0202c41 commit 2aaf37b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Documentation/gitremote-helpers.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -441,14 +441,14 @@ set by Git if the remote helper has the 'option' capability.
441441
Request the helper to perform a force update. Defaults to
442442
'false'.
443443

444-
'option cloning {'true'|'false'}::
444+
'option cloning' {'true'|'false'}::
445445
Notify the helper this is a clone request (i.e. the current
446446
repository is guaranteed empty).
447447

448-
'option update-shallow {'true'|'false'}::
448+
'option update-shallow' {'true'|'false'}::
449449
Allow to extend .git/shallow if the new refs require it.
450450

451-
'option pushcert {'true'|'false'}::
451+
'option pushcert' {'true'|'false'}::
452452
GPG sign pushes.
453453

454454
SEE ALSO

0 commit comments

Comments
 (0)