Skip to content

Commit

Permalink
Documentation/git-merge-file: document option "--diff3"
Browse files Browse the repository at this point in the history
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 <ralf.thielow@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
ralfth authored and gitster committed Aug 9, 2013
1 parent a3bc3d0 commit 67ed84f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Documentation/git-merge-file.txt
Expand Up @@ -11,7 +11,7 @@ SYNOPSIS
[verse]
'git merge-file' [-L <current-name> [-L <base-name> [-L <other-name>]]]
[--ours|--theirs|--union] [-p|--stdout] [-q|--quiet] [--marker-size=<n>]
<current-file> <base-file> <other-file>
[--[no-]diff3] <current-file> <base-file> <other-file>


DESCRIPTION
Expand Down Expand Up @@ -66,6 +66,9 @@ OPTIONS
-q::
Quiet; do not warn about conflicts.

--diff3::
Show conflicts in "diff3" style.

--ours::
--theirs::
--union::
Expand Down

0 comments on commit 67ed84f

Please sign in to comment.