Skip to content

Commit

Permalink
git-rev-list: add documentation for --parents, --no-merges
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Matthias Lederhofer authored and Junio C Hamano committed Jul 10, 2006
1 parent 868227b commit f443455
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Documentation/git-rev-list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ OPTIONS
Print the contents of the commit in raw-format; each
record is separated with a NUL character.

--parents::
Print the parents of the commit.

--objects::
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
Expand Down Expand Up @@ -102,6 +105,9 @@ OPTIONS
--remove-empty::
Stop when a given path disappears from the tree.

--no-merges::
Do not print commits with more than one parent.

--not::
Reverses the meaning of the '{caret}' prefix (or lack
thereof) for all following revision specifiers, up to
Expand Down

0 comments on commit f443455

Please sign in to comment.