From 9be1897ab8f6a7e90e1582acd9c43071d181c70f Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sat, 28 Jan 2006 00:54:57 -0800 Subject: [PATCH] Autogenerated HTML docs for v1.1.5-gadda --- git-rev-list.html | 11 ++++++++++- git-rev-list.txt | 4 ++++ 2 files changed, 14 insertions(+), 1 deletion(-) 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 . -- 2.11.0