summaryrefslogtreecommitdiffstats
path: root/git-rev-list.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-07-15 01:38:40 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-07-15 01:38:40 +0000
commit7ccb9fd251897744e84ea1692321ec66a3b0164a (patch)
tree922f59cc1bd4777941a58052d6b014f54d20dd2b /git-rev-list.txt
parent9ae1a06fff2c6453541219a122490cd5b60b3088 (diff)
downloadgit-htmldocs-7ccb9fd251897744e84ea1692321ec66a3b0164a.tar.gz
Autogenerated HTML docs for v1.4.1-ga3e6
Diffstat (limited to 'git-rev-list.txt')
-rw-r--r--git-rev-list.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/git-rev-list.txt b/git-rev-list.txt
index e22084298..f60eacd93 100644
--- a/git-rev-list.txt
+++ b/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