From: Uwe Zeisberger Date: Fri, 4 Aug 2006 08:11:15 +0000 (+0200) Subject: Document rev-list's option --merge X-Git-Tag: v1.4.2-rc4~21 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d249b455475977f305240bb73473f25d040012cf Document rev-list's option --merge Signed-off-by: Uwe Zeisberger Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-rev-list.txt b/Documentation/git-rev-list.txt index f60eacd93e..dd9fff16d3 100644 --- a/Documentation/git-rev-list.txt +++ b/Documentation/git-rev-list.txt @@ -22,6 +22,7 @@ SYNOPSIS [ [\--objects | \--objects-edge] [ \--unpacked ] ] [ \--pretty | \--header ] [ \--bisect ] + [ \--merge ] ... [ \-- ... ] DESCRIPTION @@ -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