summaryrefslogtreecommitdiffstats
path: root/rev-list-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-11-12 15:22:57 -0800
committerJunio C Hamano <gitster@pobox.com>2013-11-12 15:22:57 -0800
commite3acfb85c234b3debc7225a9171ab370e24e0324 (patch)
tree7c626e30fa9b1fc2c03c5ec2c402fa18d9f26a4e /rev-list-options.txt
parentca1814fe2e4f6e66e4cb81a0bb0e490569a6902c (diff)
downloadgit-htmldocs-e3acfb85c234b3debc7225a9171ab370e24e0324.tar.gz
Autogenerated HTML docs for v1.8.5-rc1-28-g70615
Diffstat (limited to 'rev-list-options.txt')
-rw-r--r--rev-list-options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/rev-list-options.txt b/rev-list-options.txt
index 5bdfb4285..ec86d0919 100644
--- a/rev-list-options.txt
+++ b/rev-list-options.txt
@@ -720,7 +720,7 @@ include::pretty-options.txt[]
`--date=relative` shows dates relative to the current time,
e.g. "2 hours ago".
+
-`--date=local` shows timestamps in user's local timezone.
+`--date=local` shows timestamps in user's local time zone.
+
`--date=iso` (or `--date=iso8601`) shows timestamps in ISO 8601 format.
+
@@ -731,7 +731,7 @@ format, often found in E-mail messages.
+
`--date=raw` shows the date in the internal raw Git format `%s %z` format.
+
-`--date=default` shows timestamps in the original timezone
+`--date=default` shows timestamps in the original time zone
(either committer's or author's).
ifdef::git-rev-list[]