From 1760e806688365b4c891b0907ded9ddeac286c94 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sat, 28 Jan 2006 00:55:08 -0800 Subject: [PATCH] Autogenerated man pages for v1.1.5-gadda --- man1/git-rev-list.1 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/man1/git-rev-list.1 b/man1/git-rev-list.1 index 6b971f15..175200a8 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 ] @@ -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 \&. -- 2.11.0