Documentation/rev-list-options.txt: fix mark-up
commit4528aa1aaf4ac69061de2537e071258894ed235d
authorJason St. John <jstjohn@purdue.edu>
Fri, 15 Nov 2013 01:34:01 +0000 (14 20:34 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 Nov 2013 21:33:55 +0000 (18 13:33 -0800)
tree6198883469d17347953ddadaeb667716e90746aa
parentd7d2c87955f7700289c5b516f12579a5be4b879d
Documentation/rev-list-options.txt: fix mark-up

Some the labeled list entries have a blank line between the label
and the body text, and some don't.  Use the latter style for
consistency; incidentally, syntax highlighting in Vim works better
if there is no blank line there.

Typeset literal options, commands, and path names in monospace.
When using `literal string` mark-up to do so, there is no need to
escape AsciiDoc special characters with backslashes, so make sure we
don't do so.

Replace some double quotes with proper AsciiDoc quotes
(e.g. ``foo'').

Signed-off-by: Jason St. John <jstjohn@purdue.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/rev-list-options.txt