Skip to content

Commit

Permalink
Document 'git (rev-list|log) --merges'
Browse files Browse the repository at this point in the history
Signed-off-by: SZEDER Gábor <szeder@ira.uka.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
SZEDER Gábor authored and Junio C Hamano committed Jul 13, 2009
1 parent 69fb828 commit 2657420
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Documentation/git-rev-list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ SYNOPSIS
[ \--max-age=timestamp ]
[ \--min-age=timestamp ]
[ \--sparse ]
[ \--merges ]
[ \--no-merges ]
[ \--first-parent ]
[ \--remove-empty ]
Expand Down
4 changes: 4 additions & 0 deletions Documentation/rev-list-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,10 @@ endif::git-rev-list[]

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.
Expand Down

0 comments on commit 2657420

Please sign in to comment.