Autogenerated man pages for v1.4.2-g0ea2
authorJunio C Hamano <junio@hera.kernel.org>
Wed, 6 Sep 2006 09:35:52 +0000 (09:35 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Wed, 6 Sep 2006 09:35:52 +0000 (09:35 +0000)
man1/git-rev-list.1

index 9345c55845d030ab9771d77113f860c143e52252..f847eceec3de13719322988ef272744583ef0860 100755 (executable)
@@ -2,7 +2,7 @@
 .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
 .\" Instead of manually editing it, you probably should edit the DocBook XML
 .\" source for it and then use the DocBook XSL Stylesheets to regenerate it.
-.TH "GIT\-REV\-LIST" "1" "09/03/2006" "" ""
+.TH "GIT\-REV\-LIST" "1" "09/06/2006" "" ""
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -20,6 +20,7 @@ git\-rev\-list \- Lists commit objects in reverse chronological order
              [ \-\-remove\-empty ]
              [ \-\-not ]
              [ \-\-all ]
+             [ \-\-stdin ]
              [ \-\-topo\-order ]
              [ \-\-parents ]
              [ [\-\-objects | \-\-objects\-edge] [ \-\-unpacked ] ]
@@ -131,6 +132,11 @@ $GIT_DIR/refs/
 are listed on the command line as
 \fI<commit>\fR.
 .TP
+\-\-stdin
+In addition to the
+\fI<commit>\fR
+listed on the command line, read them from the standard input.
+.TP
 \-\-merge
 After a failed merge, show refs that touch files having a conflict and don't exist on all heads to merge.
 .TP