Skip to content

Commit

Permalink
Document git rev-list --timestamp
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jakub Narebski authored and Junio C Hamano committed Jun 16, 2007
1 parent cb877cd commit e3c1500
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Documentation/git-rev-list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ SYNOPSIS
[ \--stdin ]
[ \--topo-order ]
[ \--parents ]
[ \--timestamp ]
[ \--left-right ]
[ \--cherry-pick ]
[ \--encoding[=<encoding>] ]
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit e3c1500

Please sign in to comment.