aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/rev-list-options.txt
diff options
context:
space:
mode:
authorJohn Keeping <john@keeping.me.uk>2015-09-03 22:48:54 +0100
committerJunio C Hamano <gitster@pobox.com>2015-09-03 15:36:30 -0700
commit4b1c5e1d268fa1e7b4344e7d94de1edc5ead49a5 (patch)
treef6451195e071d0b27922917e4675b323f92ec8fd /Documentation/rev-list-options.txt
parent8f50d263d70702c9409eb17cce10ea5b0831223a (diff)
downloadgit-4b1c5e1d268fa1e7b4344e7d94de1edc5ead49a5.tar.gz
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>
Diffstat (limited to 'Documentation/rev-list-options.txt')
-rw-r--r--Documentation/rev-list-options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt
index a9b808fab3..14c4cce60f 100644
--- a/Documentation/rev-list-options.txt
+++ b/Documentation/rev-list-options.txt
@@ -699,7 +699,7 @@ include::pretty-options.txt[]
--relative-date::
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
as when using `--pretty`. `log.date` config variable sets a default
value for the log command's `--date` option.