]> git.ipfire.org Git - thirdparty/git.git/commitdiff
git-sparse-checkout.txt: add missing '
authorMartin Ågren <martin.agren@gmail.com>
Sun, 17 May 2020 18:52:21 +0000 (20:52 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 May 2020 20:19:54 +0000 (13:19 -0700)
Where we explain the 'reapply' command, we don't properly wrap it in
single quote marks like we do with the other commands: We omit the
closing mark ("'reapply") and this ends up being rendered literally as
"'reapply". Add the missing "'".

Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-sparse-checkout.txt

index 1a3ace60820fac2fa71e3d555a4a17df8e4ec524..7c8943af7af3f61ebcc32c3a50b03de01024abcd 100644 (file)
@@ -70,7 +70,7 @@ C-style quoted strings.
        `core.sparseCheckoutCone` is enabled, the given patterns are interpreted
        as directory names as in the 'set' subcommand.
 
-'reapply::
+'reapply'::
        Reapply the sparsity pattern rules to paths in the working tree.
        Commands like merge or rebase can materialize paths to do their
        work (e.g. in order to show you a conflict), and other