From: Matthias Lederhofer Date: Mon, 10 Jul 2006 17:57:21 +0000 (+0200) Subject: git-rev-list: add documentation for --parents, --no-merges X-Git-Tag: v1.4.2-rc1~46 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f443455a5bb1f274dc7a14f09bbbcb931f4388a2;p=git.git git-rev-list: add documentation for --parents, --no-merges Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-rev-list.txt b/Documentation/git-rev-list.txt index e22084298..f60eacd93 100644 --- a/Documentation/git-rev-list.txt +++ b/Documentation/git-rev-list.txt @@ -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 @@ -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