git-rev-list: add documentation for --parents, --no-merges
Signed-off-by: Junio C Hamano <junkio@cox.net>maint
parent
868227b0d1
commit
f443455a5b
|
@ -56,6 +56,9 @@ OPTIONS
|
||||||
Print the contents of the commit in raw-format; each
|
Print the contents of the commit in raw-format; each
|
||||||
record is separated with a NUL character.
|
record is separated with a NUL character.
|
||||||
|
|
||||||
|
--parents::
|
||||||
|
Print the parents of the commit.
|
||||||
|
|
||||||
--objects::
|
--objects::
|
||||||
Print the object IDs of any object referenced by the listed commits.
|
Print the object IDs of any object referenced by the listed commits.
|
||||||
'git-rev-list --objects foo ^bar' thus means "send me all object IDs
|
'git-rev-list --objects foo ^bar' thus means "send me all object IDs
|
||||||
|
@ -102,6 +105,9 @@ OPTIONS
|
||||||
--remove-empty::
|
--remove-empty::
|
||||||
Stop when a given path disappears from the tree.
|
Stop when a given path disappears from the tree.
|
||||||
|
|
||||||
|
--no-merges::
|
||||||
|
Do not print commits with more than one parent.
|
||||||
|
|
||||||
--not::
|
--not::
|
||||||
Reverses the meaning of the '{caret}' prefix (or lack
|
Reverses the meaning of the '{caret}' prefix (or lack
|
||||||
thereof) for all following revision specifiers, up to
|
thereof) for all following revision specifiers, up to
|
||||||
|
|
Loading…
Reference in New Issue