doc: tidy asciidoc style
[gitweb.git] / Documentation / rev-list-options.txt
index bab5f50b1724913c7607180897b7f92d1517dda9..2e4a67d3b7592cabb79188712c6c70a875543bc4 100644 (file)
@@ -272,13 +272,13 @@ depending on a few rules:
 +
 --
 1. If the starting point is specified as `ref@{Nth}`, show the index
-format.
+   format.
 +
 2. If the starting point was specified as `ref@{now}`, show the
-timestamp format.
+   timestamp format.
 +
 3. If neither was used, but `--date` was given on the command line, show
-the timestamp in the format requested by `--date`.
+   the timestamp in the format requested by `--date`.
 +
 4. Otherwise, show the index format.
 --