From: Jakub Narebski Date: Sat, 16 Jun 2007 19:03:42 +0000 (+0200) Subject: Document git rev-list --timestamp X-Git-Tag: v1.5.3-rc0~81 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e3c1500fcf16fd8155b5c009c17715213882f62f;p=git.git 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 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-rev-list.txt b/Documentation/git-rev-list.txt index 043ff5114..32cb13fae 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[=] ] @@ -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.