Code

Merge branch 'fl/config'
[git.git] / Documentation / git-rev-list.txt
index 043ff5114705e8dddb0fecefdadd560613fd1c76..32cb13faec8abc08d72912dbaf6bfc668ac4abd9 100644 (file)
@@ -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.