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>.