git-rev-list.txt: fix Asciidoc syntax
authorPhilippe Blain <levraiphilippeblain@gmail.com>
Thu, 9 Jul 2020 02:16:45 +0000 (02:16 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 9 Jul 2020 05:08:54 +0000 (22:08 -0700)
commit8560723266f2cb49faf42710c7c380af8d7c0ffd
tree2cdfb8021b84191bc8b0a9937e35f91217e6526b
parentf5d9e91ea0b31fa008e807ff14ac7fa1ad413bd8
git-rev-list.txt: fix Asciidoc syntax

Using '{caret}' inside double quotes and immediately following with a
single quoted word does not create the desired output: '<commit1>'
appears verbatim instead of being emphasized.

Use a litteral caret ('^') instead.

Also, remove the leading tabs in shell examples to bring them more in
line with the rest of the documentation.

Signed-off-by: Philippe Blain <levraiphilippeblain@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-rev-list.txt