X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-rev-list.html;h=0b361a2226cee70f1ce034dc7dd1b08c97ab624f;hb=2e55244900430cd15c5db485db1839ad8c50aceb;hp=cac8732d704267b70772fdd00303842d5b9a2f85;hpb=1a4e841b439ba014b365999c3a6b9e2be3740bd8;p=git.git diff --git a/git-rev-list.html b/git-rev-list.html index cac8732d..0b361a22 100644 --- a/git-rev-list.html +++ b/git-rev-list.html @@ -272,18 +272,20 @@ git-rev-list(1) Manual Page

SYNOPSIS

-

git-rev-list [ --max-count=number ] - [ --max-age=timestamp ] - [ --min-age=timestamp ] - [ --sparse ] - [ --no-merges ] - [ --all ] - [ [ --merge-order [ --show-breaks ] ] | [ --topo-order ] | ] - [ --parents ] - [ --objects [ --unpacked ] ] - [ --pretty | --header | ] - [ --bisect ] - <commit>… [ -- <paths>… ]

+
+
git-rev-list [ --max-count=number ] + [ --max-age=timestamp ] + [ --min-age=timestamp ] + [ --sparse ] + [ --no-merges ] + [ --remove-empty ] + [ --all ] + [ [ --merge-order [ --show-breaks ] ] | [ --topo-order ] ] + [ --parents ] + [ --objects [ --unpacked ] ] + [ --pretty | --header ] + [ --bisect ] + <commit>… [ -- <paths>… ]

DESCRIPTION

@@ -382,6 +384,14 @@ short-hand for ^<commit1> <commit2>.

+--remove-empty +
+
+

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

+
+
--all
@@ -453,7 +463,7 @@ the end of such a period.

the marked commit in the list.

Commits marked with (^) are not parents of the immediately preceding commit. These "breaks" represent necessary discontinuities implied by trying to -represent an arbtirary DAG in a linear form.

+represent an arbitrary DAG in a linear form.

--show-breaks is only valid if --merge-order is also specified.

@@ -473,7 +483,7 @@ represent an arbtirary DAG in a linear form.