Skip to content

Commit 482bd22

Browse files
committed
Merge branch 'rt/doc-merge-file-diff3'
* rt/doc-merge-file-diff3: Documentation/git-merge-file: document option "--diff3"
2 parents 04d0eb8 + 67ed84f commit 482bd22

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Documentation/git-merge-file.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SYNOPSIS
1111
[verse]
1212
'git merge-file' [-L <current-name> [-L <base-name> [-L <other-name>]]]
1313
[--ours|--theirs|--union] [-p|--stdout] [-q|--quiet] [--marker-size=<n>]
14-
<current-file> <base-file> <other-file>
14+
[--[no-]diff3] <current-file> <base-file> <other-file>
1515

1616

1717
DESCRIPTION
@@ -66,6 +66,9 @@ OPTIONS
6666
-q::
6767
Quiet; do not warn about conflicts.
6868

69+
--diff3::
70+
Show conflicts in "diff3" style.
71+
6972
--ours::
7073
--theirs::
7174
--union::

0 commit comments

Comments
 (0)