Browse Source

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

* rt/doc-merge-file-diff3:
  Documentation/git-merge-file: document option "--diff3"
maint
Junio C Hamano 12 years ago
parent
commit
482bd22d49
  1. 5
      Documentation/git-merge-file.txt

5
Documentation/git-merge-file.txt

@ -11,7 +11,7 @@ SYNOPSIS @@ -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 @@ -66,6 +66,9 @@ OPTIONS
-q::
Quiet; do not warn about conflicts.

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

--ours::
--theirs::
--union::

Loading…
Cancel
Save