doc: typeset short command-line options as literal
commit23f8239bbe0a893bd8754a03e9d4fda62804ac14
authorMatthieu Moy <Matthieu.Moy@imag.fr>
Tue, 28 Jun 2016 11:40:10 +0000 (28 13:40 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 Jun 2016 15:20:52 +0000 (28 08:20 -0700)
tree0947594a08ce642309a2a9c3a85b24b7cbe24489
parent46e22b70dfe541f4ca1c04a53aba17df377b70f9
doc: typeset short command-line options as literal

It was common in our documentation to surround short option names with
forward quotes, which renders as italic in HTML. Instead, use backquotes
which renders as monospace. This is one more step toward conformance to
Documentation/CodingGuidelines.

This was obtained with:

  perl -pi -e "s/'(-[a-z])'/\`\$1\`/g" *.txt

Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
23 files changed:
Documentation/config.txt
Documentation/diff-config.txt
Documentation/diff-format.txt
Documentation/diff-generate-patch.txt
Documentation/git-cat-file.txt
Documentation/git-checkout.txt
Documentation/git-clean.txt
Documentation/git-commit-tree.txt
Documentation/git-commit.txt
Documentation/git-cvsimport.txt
Documentation/git-cvsserver.txt
Documentation/git-diff-tree.txt
Documentation/git-fetch-pack.txt
Documentation/git-filter-branch.txt
Documentation/git-grep.txt
Documentation/git-help.txt
Documentation/git-ls-tree.txt
Documentation/git-mktree.txt
Documentation/git-mv.txt
Documentation/git-notes.txt
Documentation/git-repack.txt
Documentation/git-shell.txt
Documentation/git.txt