From: Junio C Hamano Date: Wed, 4 Jun 2008 07:52:59 +0000 (+0000) Subject: Autogenerated HTML docs for v1.5.6-rc1-5-gadf6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=69cd7c5f72da62a221a740c4d454b29da15186f3;p=git.git Autogenerated HTML docs for v1.5.6-rc1-5-gadf6 --- diff --git a/git-log.html b/git-log.html index b48e87724..615c09acc 100644 --- a/git-log.html +++ b/git-log.html @@ -898,15 +898,6 @@ format, often found in E-mail messages.

(either committer's or author's).

---header -
-
-

- Print the contents of the commit in raw-format; each record is - separated with a NUL character. -

-
-
--parents
@@ -915,14 +906,6 @@ format, often found in E-mail messages.

---timestamp -
-
-

- Print the raw commit timestamp. -

-
-
--left-right
@@ -1155,27 +1138,6 @@ limiting may be applied.

---stdin -
-
-

- In addition to the <commit> listed on the command - line, read them from the standard input. -

-
-
---quiet -
-
-

- Don't print anything to standard output. This form - is primarily meant to allow the caller to - 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. -

-
-
--cherry-pick
@@ -1951,7 +1913,7 @@ reversible operation.

diff --git a/git-rev-list.html b/git-rev-list.html index 2b009021c..3a0254dcc 100644 --- a/git-rev-list.html +++ b/git-rev-list.html @@ -1225,7 +1225,7 @@ and the git-list <git@vger.kernel.org>.

diff --git a/rev-list-options.txt b/rev-list-options.txt index dfcef79a6..05d5abec2 100644 --- a/rev-list-options.txt +++ b/rev-list-options.txt @@ -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 ''. +ifdef::git-rev-list[] --stdin:: In addition to the '' 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::