Skip to content

Commit b9b17d3

Browse files
peffgitster
authored andcommitted
RelNotes/2.21: tweak "--date=auto" mention
In the feature that was eventually committed, "--date=auto" doesn't do anything. It was generalized to "--date=auto:<format>". Signed-off-by: Jeff King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d3c4e32 commit b9b17d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/RelNotes/2.21.0.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ UI, Workflows & Features
7777

7878
* A new date format "--date=human" that morphs its output depending
7979
on how far the time is from the current time has been introduced.
80-
"--date=auto" can be used to use this new format when the output is
81-
going to the pager or to the terminal and otherwise the default
82-
format.
80+
"--date=auto:human" can be used to use this new format (or any
81+
existing format) when the output is going to the pager or to the
82+
terminal, and otherwise the default format.
8383

8484

8585
Performance, Internal Implementation, Development Support etc.

0 commit comments

Comments
 (0)