Skip to content

Commit 78a8441

Browse files
johnkeepinggitster
authored andcommitted
Documentation/config: don't list date formats
This list is already incomplete (missing "raw") and we're about to add new formats. Since this option sets a default for git-log's --date option, just refer to git-log(1). Signed-off-by: John Keeping <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2df4e29 commit 78a8441

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Documentation/config.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1781,9 +1781,7 @@ log.abbrevCommit::
17811781
log.date::
17821782
Set the default date-time mode for the 'log' command.
17831783
Setting a value for log.date is similar to using 'git log''s
1784-
`--date` option. Possible values are `relative`, `local`,
1785-
`default`, `iso`, `rfc`, and `short`; see linkgit:git-log[1]
1786-
for details.
1784+
`--date` option. See linkgit:git-log[1] for details.
17871785

17881786
log.decorate::
17891787
Print out the ref names of any commits that are shown by the log

0 commit comments

Comments
 (0)