From: Junio C Hamano Date: Sat, 28 Jan 2006 08:54:57 +0000 (-0800) Subject: Autogenerated HTML docs for v1.1.5-gadda X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=9be1897ab8f6a7e90e1582acd9c43071d181c70f;p=git.git Autogenerated HTML docs for v1.1.5-gadda --- diff --git a/git-rev-list.html b/git-rev-list.html index 46130073..0b361a22 100644 --- a/git-rev-list.html +++ b/git-rev-list.html @@ -278,6 +278,7 @@ git-rev-list(1) Manual Page [ --min-age=timestamp ] [ --sparse ] [ --no-merges ] + [ --remove-empty ] [ --all ] [ [ --merge-order [ --show-breaks ] ] | [ --topo-order ] ] [ --parents ] @@ -383,6 +384,14 @@ short-hand for ^<commit1> <commit2>.

+--remove-empty +
+
+

+ Stop when a given path disappears from the tree. +

+
+
--all
@@ -474,7 +483,7 @@ represent an arbitrary DAG in a linear form.

diff --git a/git-rev-list.txt b/git-rev-list.txt index f9146f19..1c6146c7 100644 --- a/git-rev-list.txt +++ b/git-rev-list.txt @@ -14,6 +14,7 @@ SYNOPSIS [ \--min-age=timestamp ] [ \--sparse ] [ \--no-merges ] + [ \--remove-empty ] [ \--all ] [ [ \--merge-order [ \--show-breaks ] ] | [ \--topo-order ] ] [ \--parents ] @@ -80,6 +81,9 @@ OPTIONS (still subject to count and age limitation), but apply merge simplification nevertheless. +--remove-empty:: + Stop when a given path disappears from the tree. + --all:: Pretend as if all the refs in `$GIT_DIR/refs/` are listed on the command line as .