summaryrefslogtreecommitdiffstats
path: root/gitremote-helpers.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-04-01 14:11:43 -0700
committerJunio C Hamano <gitster@pobox.com>2024-04-01 14:11:43 -0700
commite99011429084c5e70c58031325f78a5d4b077a12 (patch)
treed92fea37aaa573a86a34019caca766a17213a156 /gitremote-helpers.txt
parentc416a71a462b776d9f3924af7dbfda8bd4f87bdf (diff)
downloadgit-htmldocs-e99011429084c5e70c58031325f78a5d4b077a12.tar.gz
Autogenerated HTML docs for v2.44.0-448-gc2cbf
Diffstat (limited to 'gitremote-helpers.txt')
-rw-r--r--gitremote-helpers.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/gitremote-helpers.txt b/gitremote-helpers.txt
index 07c8439a6..fcb633e71 100644
--- a/gitremote-helpers.txt
+++ b/gitremote-helpers.txt
@@ -479,14 +479,14 @@ set by Git if the remote helper has the 'option' capability.
'option depth' <depth>::
Deepens the history of a shallow repository.
-'option deepen-since <timestamp>::
+'option deepen-since' <timestamp>::
Deepens the history of a shallow repository based on time.
-'option deepen-not <ref>::
+'option deepen-not' <ref>::
Deepens the history of a shallow repository excluding ref.
Multiple options add up.
-'option deepen-relative {'true'|'false'}::
+'option deepen-relative' {'true'|'false'}::
Deepens the history of a shallow repository relative to
current boundary. Only valid when used with "option depth".