Autogenerated man pages for v1.1.5-gadda
authorJunio C Hamano <junio@hera.kernel.org>
Sat, 28 Jan 2006 08:55:08 +0000 (00:55 -0800)
committerJunio C Hamano <junio@hera.kernel.org>
Sat, 28 Jan 2006 08:55:08 +0000 (00:55 -0800)
man1/git-rev-list.1

index 6b971f1..175200a 100755 (executable)
@@ -28,6 +28,7 @@ git\-rev\-list [ \-\-max\-count=number ]
              [ \-\-min\-age=timestamp ]
              [ \-\-sparse ]
              [ \-\-no\-merges ]
+             [ \-\-remove\-empty ]
              [ \-\-all ]
              [ [ \-\-merge\-order [ \-\-show\-breaks ] ] | [ \-\-topo\-order ] ]
              [ \-\-parents ]
@@ -83,6 +84,10 @@ Limit the commits output to specified time range\&.
 When optional paths are given, the command outputs only the commits that changes at least one of them, and also ignores merges that do not touch the given paths\&. This flag makes the command output all eligible commits (still subject to count and age limitation), but apply merge simplification nevertheless\&.
 
 .TP
+\-\-remove\-empty
+Stop when a given path disappears from the tree\&.
+
+.TP
 \-\-all
 Pretend as if all the refs in $GIT_DIR/refs/ are listed on the command line as <commit>\&.