Skip to content

Commit

Permalink
Merge branch 'rt/doc-merge-file-diff3'
Browse files Browse the repository at this point in the history
* rt/doc-merge-file-diff3:
  Documentation/git-merge-file: document option "--diff3"
  • Loading branch information
Junio C Hamano committed Aug 30, 2013
2 parents 04d0eb8 + 67ed84f commit 482bd22
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Documentation/git-merge-file.txt
Original file line number Diff line number Diff line change
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 482bd22

Please sign in to comment.