aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeikki Orsila <heikki.orsila@iki.fi>2008-05-22 18:24:41 +0300
committerJunio C Hamano <gitster@pobox.com>2008-05-22 23:29:46 -0700
commit26b4d0039d84010bbfab2148395cc86f87b91286 (patch)
tree131f17d6ec9fc04c0465e08f3b4fc6c84d15506d
parent3a3e097b866b2785e44c008092884c853fd406cc (diff)
downloadgit-26b4d0039d84010bbfab2148395cc86f87b91286.tar.gz
git-26b4d0039d84010bbfab2148395cc86f87b91286.tar.xz
Add missing "short" alternative to --date in rev-list-options.txt
Signed-off-by: Heikki Orsila <heikki.orsila@iki.fi> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-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 2648a5508..9cd677105 100644
--- a/Documentation/rev-list-options.txt
+++ b/Documentation/rev-list-options.txt
@@ -13,7 +13,7 @@ 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".