summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorMartin Ågren <martin.agren@gmail.com>2020-05-17 18:52:21 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-05-18 20:19:54 (GMT)
commite26433538a9762210e34cd7d2465b0bcbff72659 (patch)
tree0a4131b0b9465d92b0906b2ab1b817d1ac261069 /Documentation
parent0d9cdbc5dd3dfb40ed0eebad30fce346b8b4d51f (diff)
downloadgit-e26433538a9762210e34cd7d2465b0bcbff72659.zip
git-e26433538a9762210e34cd7d2465b0bcbff72659.tar.gz
git-e26433538a9762210e34cd7d2465b0bcbff72659.tar.bz2
git-sparse-checkout.txt: add missing '
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>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-sparse-checkout.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-sparse-checkout.txt b/Documentation/git-sparse-checkout.txt
index 1a3ace6..7c8943a 100644
--- a/Documentation/git-sparse-checkout.txt
+++ b/Documentation/git-sparse-checkout.txt
@@ -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