1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-04-28 14:35:10 +02:00

Merge branch 'jk/doc-remote-helpers-markup-fix' into next

Documentation mark-up fix.

* jk/doc-remote-helpers-markup-fix:
  doc/gitremote-helpers: fix more missing single-quotes
This commit is contained in:
Junio C Hamano 2024-03-25 16:26:50 -07:00
commit 7c3dd28ca5

View File

@ -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".