Skip to content

Commit 4da3e23

Browse files
committed
Merge branch 'jc/merge-x-theirs-docfix'
The documentation for '-X<option>' for merges was misleadingly written to suggest that "-s theirs" exists, which is not the case. * jc/merge-x-theirs-docfix: merge-strategies: avoid implying that "-s theirs" exists
2 parents 47d26f0 + c25d98b commit 4da3e23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation/merge-strategies.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ even look at what the other tree contains at all. It discards everything
3939
the other tree did, declaring 'our' history contains all that happened in it.
4040

4141
theirs;;
42-
This is the opposite of 'ours'.
42+
This is the opposite of 'ours'; note that, unlike 'ours', there is
43+
no 'theirs' merge stragegy to confuse this merge option with.
4344

4445
patience;;
4546
With this option, 'merge-recursive' spends a little extra time

0 commit comments

Comments
 (0)