diff options
author | Junio C Hamano <gitster@pobox.com> | 2024-04-01 22:21:34 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-04-01 22:21:34 +0200 |
commit | 50b52cafae4250319944d49d65f1fa8d83aedd58 (patch) | |
tree | 6be677cf1b7782c031d4c5c70661660819571e6c /Documentation/gitremote-helpers.txt | |
parent | Merge branch 'pb/advice-merge-conflict' (diff) | |
parent | doc/gitremote-helpers: fix more missing single-quotes (diff) | |
download | git-50b52cafae4250319944d49d65f1fa8d83aedd58.tar.xz git-50b52cafae4250319944d49d65f1fa8d83aedd58.zip |
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/gitremote-helpers.txt')
-rw-r--r-- | Documentation/gitremote-helpers.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/gitremote-helpers.txt b/Documentation/gitremote-helpers.txt index 07c8439a6f..fcb633e719 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". |