aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-rev-list.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-01-27 01:39:24 -0800
committerJunio C Hamano <junkio@cox.net>2006-01-28 00:08:38 -0800
commit93b74bca86f59b8df410b6fd4803b88ee0f304bf (patch)
treeb44f43e36909e8ac64b34f405aba047c77ba5c01 /Documentation/git-rev-list.txt
parent461cf59f8924f174d7a0dcc3d77f576d93ed29a4 (diff)
downloadgit-93b74bca86f59b8df410b6fd4803b88ee0f304bf.tar.gz
rev-list --remove-empty: add minimum help and doc entry.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-rev-list.txt')
-rw-r--r--Documentation/git-rev-list.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-rev-list.txt b/Documentation/git-rev-list.txt
index f9146f1900..1c6146c764 100644
--- a/Documentation/git-rev-list.txt
+++ b/Documentation/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 <commit>.