Merge branch 'rt/doc-merge-file-diff3'

* rt/doc-merge-file-diff3:
  Documentation/git-merge-file: document option "--diff3"
This commit is contained in:
Junio C Hamano 2013-08-30 10:08:23 -07:00
commit 482bd22d49

View file

@ -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
@ -66,6 +66,9 @@ OPTIONS
-q::
Quiet; do not warn about conflicts.
--diff3::
Show conflicts in "diff3" style.
--ours::
--theirs::
--union::