Autogenerated HTML docs for v1.5.6-rc1-5-gadf6
authorJunio C Hamano <junio@hera.kernel.org>
Wed, 4 Jun 2008 07:52:59 +0000 (07:52 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Wed, 4 Jun 2008 07:52:59 +0000 (07:52 +0000)
git-log.html
git-rev-list.html
rev-list-options.txt

index b48e87724335941b080301f683d92c5b974718ca..615c09acc21361f42ff89fd058b0bb3fa035e142 100644 (file)
@@ -898,15 +898,6 @@ format, often found in E-mail messages.</p>
 (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
@@ -915,14 +906,6 @@ format, often found in E-mail messages.</p>
 </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
@@ -1155,27 +1138,6 @@ limiting may be applied.</p>
 </p>\r
 </dd>\r
 <dt>\r
---stdin\r
-</dt>\r
-<dd>\r
-<p>\r
-        In addition to the <em>&lt;commit&gt;</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
@@ -1951,7 +1913,7 @@ reversible operation.</p>
 </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
index 2b009021c411f62c00a54b9b900b53dbdc24e82d..3a0254dcc0ad7ee47aa66418a5fdc247927b9f4b 100644 (file)
@@ -1225,7 +1225,7 @@ and the git-list &lt;git@vger.kernel.org&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 01-Jun-2008 08:21:46 UTC\r
+Last updated 04-Jun-2008 07:52:27 UTC\r
 </div>\r
 </div>\r
 </body>\r
index dfcef79a6b772ae5fb11fc378772042ba465615f..05d5abec25e73a123fd249099911d79f1ccf2a39 100644 (file)
@@ -34,17 +34,21 @@ format, often found in E-mail messages.
 `--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::
 
@@ -206,6 +210,7 @@ endif::git-rev-list[]
        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
@@ -218,6 +223,7 @@ endif::git-rev-list[]
        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::