(either committer's or author's).</p>\r
</dd>\r
<dt>\r
---header\r
-</dt>\r
-<dd>\r
-<p>\r
- Print the contents of the commit in raw-format; each record is\r
- separated with a NUL character.\r
-</p>\r
-</dd>\r
-<dt>\r
--parents\r
</dt>\r
<dd>\r
</p>\r
</dd>\r
<dt>\r
---timestamp\r
-</dt>\r
-<dd>\r
-<p>\r
- Print the raw commit timestamp.\r
-</p>\r
-</dd>\r
-<dt>\r
--left-right\r
</dt>\r
<dd>\r
</p>\r
</dd>\r
<dt>\r
---stdin\r
-</dt>\r
-<dd>\r
-<p>\r
- In addition to the <em><commit></em> listed on the command\r
- line, read them from the standard input.\r
-</p>\r
-</dd>\r
-<dt>\r
---quiet\r
-</dt>\r
-<dd>\r
-<p>\r
- Don't print anything to standard output. This form\r
- is primarily meant to allow the caller to\r
- test the exit status to see if a range of objects is fully\r
- connected (or not). It is faster than redirecting stdout\r
- to /dev/null as the output does not have to be formatted.\r
-</p>\r
-</dd>\r
-<dt>\r
--cherry-pick\r
</dt>\r
<dd>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 01-Jun-2008 08:21:37 UTC\r
+Last updated 04-Jun-2008 07:52:27 UTC\r
</div>\r
</div>\r
</body>\r
`--date=default` shows timestamps in the original timezone
(either committer's or author's).
+ifdef::git-rev-list[]
--header::
Print the contents of the commit in raw-format; each record is
separated with a NUL character.
+endif::git-rev-list[]
--parents::
Print the parents of the commit.
+ifdef::git-rev-list[]
--timestamp::
Print the raw commit timestamp.
+endif::git-rev-list[]
--left-right::
Pretend as if all the refs in `$GIT_DIR/refs/` are listed on the
command line as '<commit>'.
+ifdef::git-rev-list[]
--stdin::
In addition to the '<commit>' listed on the command
test the exit status to see if a range of objects is fully
connected (or not). It is faster than redirecting stdout
to /dev/null as the output does not have to be formatted.
+endif::git-rev-list[]
--cherry-pick::