aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-rev-list.txt
diff options
context:
space:
mode:
authorJakub Narebski <jnareb@gmail.com>2007-06-16 21:03:42 +0200
committerJunio C Hamano <gitster@pobox.com>2007-06-16 13:08:14 -0700
commite3c1500fcf16fd8155b5c009c17715213882f62f (patch)
tree12865cdf809daeab14fe3a667aed0af1fe8604c0 /Documentation/git-rev-list.txt
parentcb877cd7b6c2a47ca4cbf58cd018ed1e73e8e0f3 (diff)
downloadgit-e3c1500fcf16fd8155b5c009c17715213882f62f.tar.gz
Document git rev-list --timestamp
Note that git log does not understand this option yet: $ git log --timestamp fatal: unrecognized argument: --timestamp Signed-off-by: Jakub Narebski <jnareb@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-rev-list.txt')
-rw-r--r--Documentation/git-rev-list.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-rev-list.txt b/Documentation/git-rev-list.txt
index 043ff51147..32cb13faec 100644
--- a/Documentation/git-rev-list.txt
+++ b/Documentation/git-rev-list.txt
@@ -22,6 +22,7 @@ SYNOPSIS
[ \--stdin ]
[ \--topo-order ]
[ \--parents ]
+ [ \--timestamp ]
[ \--left-right ]
[ \--cherry-pick ]
[ \--encoding[=<encoding>] ]
@@ -117,6 +118,9 @@ e.g. "2 hours ago".
Print the parents of the commit.
+--timestamp::
+ Print the raw commit timestamp.
+
--left-right::
Mark which side of a symmetric diff a commit is reachable from.