git-ls-remote.txt: wrap shell listing in "----"
commit5371813768eab02fd423ee1215b91a97cabe8d33
authorMartin Ågren <martin.agren@gmail.com>
Sat, 7 Sep 2019 14:12:50 +0000 (7 16:12 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Sep 2019 18:05:52 +0000 (9 11:05 -0700)
tree9db4f8be99723a73b91c990bf0b1e3bbce08ac4a
parent1925fe0c8aaf28b4428bfe14b87679ac1089de6c
git-ls-remote.txt: wrap shell listing in "----"

The second "column" in the output of `git ls-remote` is typeset
differently by AsciiDoc and Asciidoctor, similar to various examples
touched by the last few commits.

Fix this by marking the example shell session 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. 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-ls-remote.txt