提交 e3c1500f 编写于 作者: J Jakub Narebski 提交者: Junio C Hamano

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: NJakub Narebski <jnareb@gmail.com>
Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 cb877cd7
......@@ -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.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册