We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69fb828 commit 2657420Copy full SHA for 2657420
Documentation/git-rev-list.txt
@@ -14,6 +14,7 @@ SYNOPSIS
14
[ \--max-age=timestamp ]
15
[ \--min-age=timestamp ]
16
[ \--sparse ]
17
+ [ \--merges ]
18
[ \--no-merges ]
19
[ \--first-parent ]
20
[ \--remove-empty ]
Documentation/rev-list-options.txt
@@ -201,6 +201,10 @@ endif::git-rev-list[]
201
202
Stop when a given path disappears from the tree.
203
204
+--merges::
205
+
206
+ Print only merge commits.
207
208
--no-merges::
209
210
Do not print commits with more than one parent.
0 commit comments