aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/rev-list-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-02-05 14:26:16 -0800
committerJunio C Hamano <gitster@pobox.com>2019-02-05 14:26:16 -0800
commit264def5ab7bc1d4116b1f9f5ba1405f86a32159d (patch)
treef1b4264d294d3e168c5d2507748e988f9a15b1b6 /Documentation/rev-list-options.txt
parentd243a323a545da68b87149e885f2e440f0b13725 (diff)
parentba170517be039a04b1914ebe9b492d4139c707df (diff)
downloadgit-264def5ab7bc1d4116b1f9f5ba1405f86a32159d.tar.gz
Merge branch 'ja/doc-style-fix'
Doc typo/stylo fixes. * ja/doc-style-fix: doc: tidy asciidoc style
Diffstat (limited to 'Documentation/rev-list-options.txt')
-rw-r--r--Documentation/rev-list-options.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt
index 91b3a72bda..8a4867998e 100644
--- a/Documentation/rev-list-options.txt
+++ b/Documentation/rev-list-options.txt
@@ -270,13 +270,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.
--