summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-04-01 20:21:34 (GMT)
committerJunio C Hamano <gitster@pobox.com>2024-04-01 20:21:34 (GMT)
commit50b52cafae4250319944d49d65f1fa8d83aedd58 (patch)
tree6be677cf1b7782c031d4c5c70661660819571e6c /Documentation
parentac16f55697211ae4ef557706a098b8ed34a7fda6 (diff)
parent9dc75d81b809135fdf60181e9eb87cd6058a1a21 (diff)
downloadgit-50b52cafae4250319944d49d65f1fa8d83aedd58.zip
git-50b52cafae4250319944d49d65f1fa8d83aedd58.tar.gz
git-50b52cafae4250319944d49d65f1fa8d83aedd58.tar.bz2
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
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/gitremote-helpers.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/gitremote-helpers.txt b/Documentation/gitremote-helpers.txt
index 07c8439..fcb633e 100644
--- a/Documentation/gitremote-helpers.txt
+++ b/Documentation/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".