Skip to content

Commit 8c00b7e

Browse files
committed
Merge branch 'jk/doc-remote-helpers-markup-fix'
Doc markup fix. * jk/doc-remote-helpers-markup-fix: docs/gitremote-helpers: fix unbalanced quotes
2 parents 153a33f + 2aaf37b commit 8c00b7e

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
@@ -452,14 +452,14 @@ set by Git if the remote helper has the 'option' capability.
452452
Request the helper to perform a force update. Defaults to
453453
'false'.
454454

455-
'option cloning {'true'|'false'}::
455+
'option cloning' {'true'|'false'}::
456456
Notify the helper this is a clone request (i.e. the current
457457
repository is guaranteed empty).
458458

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

462-
'option pushcert {'true'|'false'}::
462+
'option pushcert' {'true'|'false'}::
463463
GPG sign pushes.
464464

465465
'option push-option <string>::

0 commit comments

Comments
 (0)