]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-send-email.txt
Documentation: wrap config listings in "----"
authorMartin Ågren <martin.agren@gmail.com>
Sat, 7 Sep 2019 14:12:49 +0000 (16:12 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Sep 2019 18:05:51 +0000 (11:05 -0700)
commit1925fe0c8aaf28b4428bfe14b87679ac1089de6c
treefeb43acba10425dba2198400d5c0cdf9a4ff299d
parent922a2c93f561e812412fb436987448e50f87a44c
Documentation: wrap config listings in "----"

The indented lines in these example config-file listings are indented
differently by AsciiDoc and Asciidoctor.

Fix this by marking the example config-files as code listings by
wrapping them in "----". Because this gives us some extra indentation,
we can remove the one that we have been carrying explicitly. That is,
drop the first tab of indentation on each line.

With AsciiDoc, this results in identical rendering before and after this
commit. Asciidoctor now renders this the same as AsciiDoc does.

git-config.txt pretty consistently uses twelve dashes rather than the
minimum four to spell "----". Let's stick to the file-local convention
there.

Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
Documentation/git-config.txt
Documentation/git-send-email.txt
Documentation/gitmodules.txt