Skip to content

Commit e264335

Browse files
Martin Ågrengitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0d9cdbc commit e264335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-sparse-checkout.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ C-style quoted strings.
7070
`core.sparseCheckoutCone` is enabled, the given patterns are interpreted
7171
as directory names as in the 'set' subcommand.
7272

73-
'reapply::
73+
'reapply'::
7474
Reapply the sparsity pattern rules to paths in the working tree.
7575
Commands like merge or rebase can materialize paths to do their
7676
work (e.g. in order to show you a conflict), and other

0 commit comments

Comments
 (0)