We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac16f55 + 9dc75d8 commit 50b52caCopy full SHA for 50b52ca
Documentation/gitremote-helpers.txt
@@ -479,14 +479,14 @@ set by Git if the remote helper has the 'option' capability.
479
'option depth' <depth>::
480
Deepens the history of a shallow repository.
481
482
-'option deepen-since <timestamp>::
+'option deepen-since' <timestamp>::
483
Deepens the history of a shallow repository based on time.
484
485
-'option deepen-not <ref>::
+'option deepen-not' <ref>::
486
Deepens the history of a shallow repository excluding ref.
487
Multiple options add up.
488
489
-'option deepen-relative {'true'|'false'}::
+'option deepen-relative' {'true'|'false'}::
490
Deepens the history of a shallow repository relative to
491
current boundary. Only valid when used with "option depth".
492
0 commit comments