Skip to content

Commit e3c1500

Browse files
jnarebgitster
authored andcommitted
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>
1 parent cb877cd commit e3c1500

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Documentation/git-rev-list.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ SYNOPSIS
2222
[ \--stdin ]
2323
[ \--topo-order ]
2424
[ \--parents ]
25+
[ \--timestamp ]
2526
[ \--left-right ]
2627
[ \--cherry-pick ]
2728
[ \--encoding[=<encoding>] ]
@@ -117,6 +118,9 @@ e.g. "2 hours ago".
117118

118119
Print the parents of the commit.
119120

121+
--timestamp::
122+
Print the raw commit timestamp.
123+
120124
--left-right::
121125

122126
Mark which side of a symmetric diff a commit is reachable from.

0 commit comments

Comments
 (0)