Skip to content

Commit 9dc75d8

Browse files
peffgitster
authored andcommitted
doc/gitremote-helpers: fix more missing single-quotes
There are a few cases left in gitremote-helpers.txt that are missing a closing quote, so you end up with: 'option deepen-since <timestamp> with a stray opening quote instead of rendering correctly in italics. These should have been part of 51d41dc (doc/gitremote-helpers: fix missing single-quote, 2024-03-07), but apparently my eyesight is not what it once was. Hopefully this is now all of them. Signed-off-by: Jeff King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 51d41dc commit 9dc75d8

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
@@ -470,14 +470,14 @@ set by Git if the remote helper has the 'option' capability.
470470
'option depth' <depth>::
471471
Deepens the history of a shallow repository.
472472

473-
'option deepen-since <timestamp>::
473+
'option deepen-since' <timestamp>::
474474
Deepens the history of a shallow repository based on time.
475475

476-
'option deepen-not <ref>::
476+
'option deepen-not' <ref>::
477477
Deepens the history of a shallow repository excluding ref.
478478
Multiple options add up.
479479

480-
'option deepen-relative {'true'|'false'}::
480+
'option deepen-relative' {'true'|'false'}::
481481
Deepens the history of a shallow repository relative to
482482
current boundary. Only valid when used with "option depth".
483483

0 commit comments

Comments
 (0)