Skip to content

Commit 4b1c5e1

Browse files
johnkeepinggitster
authored andcommitted
Documentation/rev-list: don't list date formats
We are about to add several new date formats which will make this list too long to display in a single line. Signed-off-by: John Keeping <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 8f50d26 commit 4b1c5e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/git-rev-list.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ SYNOPSIS
4545
[ --regexp-ignore-case | -i ]
4646
[ --extended-regexp | -E ]
4747
[ --fixed-strings | -F ]
48-
[ --date=(local|relative|default|iso|iso-strict|rfc|short) ]
48+
[ --date=<format>]
4949
[ [ --objects | --objects-edge | --objects-edge-aggressive ]
5050
[ --unpacked ] ]
5151
[ --pretty | --header ]

Documentation/rev-list-options.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ include::pretty-options.txt[]
699699
--relative-date::
700700
Synonym for `--date=relative`.
701701

702-
--date=(relative|local|default|iso|iso-strict|rfc|short|raw)::
702+
--date=<format>::
703703
Only takes effect for dates shown in human-readable format, such
704704
as when using `--pretty`. `log.date` config variable sets a default
705705
value for the log command's `--date` option.

0 commit comments

Comments
 (0)