From: Ralf Thielow Date: Fri, 9 Aug 2013 18:09:32 +0000 (+0200) Subject: Documentation/git-merge-file: document option "--diff3" X-Git-Tag: v1.8.5-rc0~203^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=67ed84f3e25db8e81dd905dbe275bbcd37afb543;p=thirdparty%2Fgit.git Documentation/git-merge-file: document option "--diff3" The option "--diff3" was added to "git merge-file" in e0af48e (xdiff-merge: optionally show conflicts in "diff3 -m" style) but it was never documented in "Documentation/git-merge-file.txt". Add documentation for this option. Signed-off-by: Ralf Thielow Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-merge-file.txt b/Documentation/git-merge-file.txt index d7db2a3737..d2fc12ec77 100644 --- a/Documentation/git-merge-file.txt +++ b/Documentation/git-merge-file.txt @@ -11,7 +11,7 @@ SYNOPSIS [verse] 'git merge-file' [-L [-L [-L ]]] [--ours|--theirs|--union] [-p|--stdout] [-q|--quiet] [--marker-size=] - + [--[no-]diff3] DESCRIPTION @@ -66,6 +66,9 @@ OPTIONS -q:: Quiet; do not warn about conflicts. +--diff3:: + Show conflicts in "diff3" style. + --ours:: --theirs:: --union::