git-receive-pack.txt: wrap shell [script] listing in "----"
commit38cadf9e4733e9b5df92c580a25492b3c1081b80
authorMartin Ågren <martin.agren@gmail.com>
Sat, 7 Sep 2019 14:12:51 +0000 (7 16:12 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Sep 2019 18:05:52 +0000 (9 11:05 -0700)
tree484b79567c93209be274a0be52885bcf6ebab14b
parent5371813768eab02fd423ee1215b91a97cabe8d33
git-receive-pack.txt: wrap shell [script] listing in "----"

The indented lines in the example shell script listing are indented
differently by AsciiDoc and Asciidoctor.

Fix this by marking the example shell script as a code listing by
wrapping it 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. For consistency, make the
same change to the short example shell session further down.

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

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