]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-submodule.txt
git-submodule.txt: quote usage in monospace, drop backslash
authorMartin Ågren <martin.agren@gmail.com>
Tue, 17 Apr 2018 19:15:29 +0000 (21:15 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Apr 2018 03:49:26 +0000 (12:49 +0900)
commit4c57a4f8fedddff474e8d1efb11003c75d088341
tree74046a686389dba6ca09670711f953cecedf4bba
parent6955047ff48c7f2a29889d5372414756f2723049
git-submodule.txt: quote usage in monospace, drop backslash

We tend to quote command line examples using `` to set them in a
monospace font. The immediate motivation for this patch is to get rid of
another instance of \--. As noted in the previous commits, \-- has a
tendency of rendering badly. Here, it renders ok (at least with
AsciiDoc 8.6.9 and Asciidoctor 1.5.4), but by getting rid of this
instance, we reduce the chances of \-- cropping up in places where it
matters more.

Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Documentation/git-submodule.txt