From: Junio C Hamano Date: Sat, 28 Jan 2006 08:55:08 +0000 (-0800) Subject: Autogenerated man pages for v1.1.5-gadda X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1760e806688365b4c891b0907ded9ddeac286c94;p=git.git Autogenerated man pages for v1.1.5-gadda --- diff --git a/man1/git-rev-list.1 b/man1/git-rev-list.1 index 6b971f151..175200a87 100755 --- a/man1/git-rev-list.1 +++ b/man1/git-rev-list.1 @@ -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 ] @@ -82,6 +83,10 @@ Limit the commits output to specified time range\&. \-\-sparse 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 \&.