Skip to content

Commit 833375f

Browse files
Martin Ågrengitster
authored andcommitted
date-formats.txt: fix list continuation
The blank line before the lone "+" means it isn't detected as a list continuation, but instead renders literally, at least with AsciiDoc. Drop the empty line and, while at it, add a closing period to the preceding paragraph. Signed-off-by: Martin Ågren <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent efcab5b commit 833375f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Documentation/date-formats.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ ISO 8601::
2222
`2005-04-07T22:13:13`. The parser accepts a space instead of the
2323
`T` character as well. Fractional parts of a second will be ignored,
2424
for example `2005-04-07T22:13:13.019` will be treated as
25-
`2005-04-07T22:13:13`
26-
25+
`2005-04-07T22:13:13`.
2726
+
2827
NOTE: In addition, the date part is accepted in the following formats:
2928
`YYYY.MM.DD`, `MM/DD/YYYY` and `DD.MM.YYYY`.

0 commit comments

Comments
 (0)