summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 868227b)
raw | patch | inline | side by side (parent: 868227b)
author | Matthias Lederhofer <matled@gmx.net> | |
Mon, 10 Jul 2006 17:57:21 +0000 (19:57 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 10 Jul 2006 20:48:22 +0000 (13:48 -0700) |
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-rev-list.txt | patch | blob | history |
index e220842981627d659a0a9b91a0778b0ef469c2af..f60eacd93e96a080689569b1afd6736c05554ab7 100644 (file)
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
--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