Skip to content

Commit

Permalink
Document rev-list's option --merge
Browse files Browse the repository at this point in the history
Signed-off-by: Uwe Zeisberger <Uwe_Zeisberger@digi.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Uwe Zeisberger authored and Junio C Hamano committed Aug 4, 2006
1 parent cba05fa commit d249b45
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Documentation/git-rev-list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ SYNOPSIS
[ [\--objects | \--objects-edge] [ \--unpacked ] ]
[ \--pretty | \--header ]
[ \--bisect ]
[ \--merge ]
<commit>... [ \-- <paths>... ]

DESCRIPTION
Expand Down Expand Up @@ -123,6 +124,10 @@ OPTIONS
topological order (i.e. descendant commits are shown
before their parents).

--merge::
After a failed merge, show refs that touch files having a
conflict and don't exist on all heads to merge.

Author
------
Written by Linus Torvalds <torvalds@osdl.org>
Expand Down

0 comments on commit d249b45

Please sign in to comment.