summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 69fb828)
raw | patch | inline | side by side (parent: 69fb828)
author | SZEDER Gábor <szeder@ira.uka.de> | |
Mon, 13 Jul 2009 15:11:44 +0000 (17:11 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 13 Jul 2009 18:09:41 +0000 (11:09 -0700) |
Signed-off-by: SZEDER Gábor <szeder@ira.uka.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-rev-list.txt | patch | blob | history | |
Documentation/rev-list-options.txt | patch | blob | history |
index 1c9cc28895a6ea3fcfd978f940e3fa327219de0a..a765cfa4d208ed42a9539c3f26192b2ba4ec05a5 100644 (file)
[ \--max-age=timestamp ]
[ \--min-age=timestamp ]
[ \--sparse ]
+ [ \--merges ]
[ \--no-merges ]
[ \--first-parent ]
[ \--remove-empty ]
index 11eec941dff7302ffcd68eca3d6437d31c022ca9..bf66116d61af4f16cff59ed1563f38736a14ecce 100644 (file)
Stop when a given path disappears from the tree.
+--merges::
+
+ Print only merge commits.
+
--no-merges::
Do not print commits with more than one parent.