summaryrefslogtreecommitdiffstats
path: root/git-rev-list.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-04-26 07:20:04 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-04-26 07:20:04 +0000
commit45889b44baad996378f334ac546f4cf08147fff6 (patch)
tree5227706c3d989ab9878165058e80d26c255807cd /git-rev-list.txt
parent22572e77947993915a2588210bf4581fbe66eda4 (diff)
downloadgit-htmldocs-45889b44baad996378f334ac546f4cf08147fff6.tar.gz
Autogenerated HTML docs for v1.5.2-rc0-56-g6169a
Diffstat (limited to 'git-rev-list.txt')
-rw-r--r--git-rev-list.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/git-rev-list.txt b/git-rev-list.txt
index 77e068b15..1b12b4f2a 100644
--- a/git-rev-list.txt
+++ b/git-rev-list.txt
@@ -25,6 +25,7 @@ SYNOPSIS
[ \--cherry-pick ]
[ \--encoding[=<encoding>] ]
[ \--(author|committer|grep)=<pattern> ]
+ [ \--date={local|relative|default} ]
[ [\--objects | \--objects-edge] [ \--unpacked ] ]
[ \--pretty | \--header ]
[ \--bisect ]
@@ -90,9 +91,20 @@ include::pretty-formats.txt[]
--relative-date::
- Show dates relative to the current time, e.g. "2 hours ago".
+ Synonym for `--date=relative`.
+
+--date={relative,local,default}::
+
Only takes effect for dates shown in human-readable format, such
as when using "--pretty".
++
+`--date=relative` shows dates relative to the current time,
+e.g. "2 hours ago".
++
+`--date=local` shows timestamps in user's local timezone.
++
+`--date=default` shows timestamps in the original timezone
+(either committer's or author's).
--header::