diff options
author | Jean-Noël Avila <jn.avila@free.fr> | 2019-01-22 21:16:35 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-01-23 11:37:29 -0800 |
commit | ba170517be039a04b1914ebe9b492d4139c707df (patch) | |
tree | dcb778077f34381cddcb9569dab4a3eed34596e8 /Documentation/rev-list-options.txt | |
parent | Git 2.20.1 (diff) | |
download | tgif-ba170517be039a04b1914ebe9b492d4139c707df.tar.xz |
doc: tidy asciidoc style
This mainly refers to enforcing indentation on additional lines of
items of lists.
Signed-off-by: Jean-Noël Avila <jn.avila@free.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/rev-list-options.txt')
-rw-r--r-- | Documentation/rev-list-options.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt index bab5f50b17..2e4a67d3b7 100644 --- a/Documentation/rev-list-options.txt +++ b/Documentation/rev-list-options.txt @@ -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. -- |