From c9245d93f8f356879e659afec55d48f6692b1478 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 6 Sep 2006 09:35:46 +0000 Subject: [PATCH] Autogenerated HTML docs for v1.4.2-g0ea2 --- git-rev-list.html | 12 +++++++++++- git-rev-list.txt | 6 ++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/git-rev-list.html b/git-rev-list.html index a29809fda..80834c039 100644 --- a/git-rev-list.html +++ b/git-rev-list.html @@ -281,6 +281,7 @@ git-rev-list(1) Manual Page [ --remove-empty ] [ --not ] [ --all ] + [ --stdin ] [ --topo-order ] [ --parents ] [ [--objects | --objects-edge] [ --unpacked ] ] @@ -487,6 +488,15 @@ limiting may be applied.

+--stdin +
+
+

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

+
+
--merge
@@ -616,7 +626,7 @@ and the git-list <git@vger.kernel.org>.

diff --git a/git-rev-list.txt b/git-rev-list.txt index 3c4c2fbfb..28966adbb 100644 --- a/git-rev-list.txt +++ b/git-rev-list.txt @@ -17,6 +17,7 @@ SYNOPSIS [ \--remove-empty ] [ \--not ] [ \--all ] + [ \--stdin ] [ \--topo-order ] [ \--parents ] [ [\--objects | \--objects-edge] [ \--unpacked ] ] @@ -171,6 +172,11 @@ limiting may be applied. Pretend as if all the refs in `$GIT_DIR/refs/` are listed on the command line as ''. +--stdin:: + + In addition to the '' listed on the command + line, read them from the standard input. + --merge:: After a failed merge, show refs that touch files having a -- 2.26.2