summaryrefslogtreecommitdiffstats
path: root/rev-list-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-02-22 08:09:35 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-02-22 08:09:35 +0000
commitbb65313661d8187ce4098c2cd7a3b9ba36d61f38 (patch)
tree4e7299cc6f4e4ec48b6619fc1a23574d45e98903 /rev-list-options.txt
parenta6455f6330f1c7df9aca8631f65e68fb60a633d9 (diff)
downloadgit-htmldocs-bb65313661d8187ce4098c2cd7a3b9ba36d61f38.tar.gz
Autogenerated HTML docs for v1.6.2-rc1-25-g2d602e
Diffstat (limited to 'rev-list-options.txt')
-rw-r--r--rev-list-options.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/rev-list-options.txt b/rev-list-options.txt
index b9f6e4d1b..507632287 100644
--- a/rev-list-options.txt
+++ b/rev-list-options.txt
@@ -13,7 +13,7 @@ include::pretty-options.txt[]
Synonym for `--date=relative`.
---date={relative,local,default,iso,rfc,short}::
+--date={relative,local,default,iso,rfc,short,raw}::
Only takes effect for dates shown in human-readable format, such
as when using "--pretty". `log.date` config variable sets a default
@@ -31,6 +31,8 @@ format, often found in E-mail messages.
+
`--date=short` shows only date but not time, in `YYYY-MM-DD` format.
+
+`--date=raw` shows the date in the internal raw git format `%s %z` format.
++
`--date=default` shows timestamps in the original timezone
(either committer's or author's).