From: Jeff King Date: Wed, 20 Mar 2024 09:17:48 +0000 (-0400) Subject: doc/gitremote-helpers: fix more missing single-quotes X-Git-Tag: v2.45.0-rc0~64^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9dc75d81b809135fdf60181e9eb87cd6058a1a21;p=thirdparty%2Fgit.git doc/gitremote-helpers: fix more missing single-quotes There are a few cases left in gitremote-helpers.txt that are missing a closing quote, so you end up with: 'option deepen-since with a stray opening quote instead of rendering correctly in italics. These should have been part of 51d41dc243 (doc/gitremote-helpers: fix missing single-quote, 2024-03-07), but apparently my eyesight is not what it once was. Hopefully this is now all of them. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano --- diff --git a/Documentation/gitremote-helpers.txt b/Documentation/gitremote-helpers.txt index 83e99192e1..cd4e16abad 100644 --- a/Documentation/gitremote-helpers.txt +++ b/Documentation/gitremote-helpers.txt @@ -470,14 +470,14 @@ set by Git if the remote helper has the 'option' capability. 'option depth' :: Deepens the history of a shallow repository. -'option deepen-since :: +'option deepen-since' :: Deepens the history of a shallow repository based on time. -'option deepen-not :: +'option deepen-not' :: 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".