mirror of
https://github.com/git/git.git
synced 2026-08-04 15:11:09 +00:00
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 <john@keeping.me.uk> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
8f50d263d7
commit
4b1c5e1d26
@@ -45,7 +45,7 @@ SYNOPSIS
|
|||||||
[ --regexp-ignore-case | -i ]
|
[ --regexp-ignore-case | -i ]
|
||||||
[ --extended-regexp | -E ]
|
[ --extended-regexp | -E ]
|
||||||
[ --fixed-strings | -F ]
|
[ --fixed-strings | -F ]
|
||||||
[ --date=(local|relative|default|iso|iso-strict|rfc|short) ]
|
[ --date=<format>]
|
||||||
[ [ --objects | --objects-edge | --objects-edge-aggressive ]
|
[ [ --objects | --objects-edge | --objects-edge-aggressive ]
|
||||||
[ --unpacked ] ]
|
[ --unpacked ] ]
|
||||||
[ --pretty | --header ]
|
[ --pretty | --header ]
|
||||||
|
|||||||
@@ -699,7 +699,7 @@ include::pretty-options.txt[]
|
|||||||
--relative-date::
|
--relative-date::
|
||||||
Synonym for `--date=relative`.
|
Synonym for `--date=relative`.
|
||||||
|
|
||||||
--date=(relative|local|default|iso|iso-strict|rfc|short|raw)::
|
--date=<format>::
|
||||||
Only takes effect for dates shown in human-readable format, such
|
Only takes effect for dates shown in human-readable format, such
|
||||||
as when using `--pretty`. `log.date` config variable sets a default
|
as when using `--pretty`. `log.date` config variable sets a default
|
||||||
value for the log command's `--date` option.
|
value for the log command's `--date` option.
|
||||||
|
|||||||
Reference in New Issue
Block a user