Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Document git rev-list --timestamp
author
Jakub Narebski
<jnareb@gmail.com>
Sat, 16 Jun 2007 19:03:42 +0000
(21:03 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Sat, 16 Jun 2007 20:08:14 +0000
(13:08 -0700)
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>
Documentation/git-rev-list.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
cb877cd
)
diff --git
a/Documentation/git-rev-list.txt
b/Documentation/git-rev-list.txt
index 043ff5114705e8dddb0fecefdadd560613fd1c76..32cb13faec8abc08d72912dbaf6bfc668ac4abd9 100644
(file)
--- a/
Documentation/git-rev-list.txt
+++ b/
Documentation/git-rev-list.txt
@@
-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.