зеркало из https://github.com/microsoft/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 <jnareb@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
cb877cd7b6
Коммит
e3c1500fcf
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче