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>
This commit is contained in:
Martin Ågren 2020-05-17 20:52:21 +02:00 committed by Junio C Hamano
parent 0d9cdbc5dd
commit e26433538a

View File

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