Skip to content

Commit 50b52ca

Browse files
committed
Merge branch 'jk/doc-remote-helpers-markup-fix'
Documentation mark-up fix. * jk/doc-remote-helpers-markup-fix: doc/gitremote-helpers: fix more missing single-quotes
2 parents ac16f55 + 9dc75d8 commit 50b52ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/gitremote-helpers.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -479,14 +479,14 @@ set by Git if the remote helper has the 'option' capability.
479479
'option depth' <depth>::
480480
Deepens the history of a shallow repository.
481481

482-
'option deepen-since <timestamp>::
482+
'option deepen-since' <timestamp>::
483483
Deepens the history of a shallow repository based on time.
484484

485-
'option deepen-not <ref>::
485+
'option deepen-not' <ref>::
486486
Deepens the history of a shallow repository excluding ref.
487487
Multiple options add up.
488488

489-
'option deepen-relative {'true'|'false'}::
489+
'option deepen-relative' {'true'|'false'}::
490490
Deepens the history of a shallow repository relative to
491491
current boundary. Only valid when used with "option depth".
492492

0 commit comments

Comments
 (0)