summaryrefslogtreecommitdiffstats
path: root/rev-list-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-05-24 01:12:30 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-05-24 01:12:30 +0000
commitb713ff1cbf5b9979edaf2b85bfc568fbc37ec0d7 (patch)
tree309627f98369ab95d9b367cb7840f8e1c9a44f06 /rev-list-options.txt
parentfeeb1be0ecb7af3956ed418f425ffd6c10bd2d9e (diff)
downloadgit-htmldocs-b713ff1cbf5b9979edaf2b85bfc568fbc37ec0d7.tar.gz
Autogenerated HTML docs for v1.5.5.1-382-g182f
Diffstat (limited to 'rev-list-options.txt')
-rw-r--r--rev-list-options.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/rev-list-options.txt b/rev-list-options.txt
index ce6a1017a..dfcef79a6 100644
--- a/rev-list-options.txt
+++ b/rev-list-options.txt
@@ -13,10 +13,11 @@ include::pretty-options.txt[]
Synonym for `--date=relative`.
---date={relative,local,default,iso,rfc}::
+--date={relative,local,default,iso,rfc,short}::
Only takes effect for dates shown in human-readable format, such
- as when using "--pretty".
+ as when using "--pretty". `log.date` config variable sets a default
+ value for log command's --date option.
+
`--date=relative` shows dates relative to the current time,
e.g. "2 hours ago".