]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commite26433538a9762210e34cd7d2465b0bcbff72659
tree0a4131b0b9465d92b0906b2ab1b817d1ac261069
parent0d9cdbc5dd3dfb40ed0eebad30fce346b8b4d51f
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>
Documentation/git-sparse-checkout.txt