1
0
mirror of https://github.com/git/git.git synced 2024-10-21 19:58:11 +02:00

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
This commit is contained in:
Junio C Hamano 2017-09-28 14:47:57 +09:00
commit 4da3e234f5

@ -39,7 +39,8 @@ even look at what the other tree contains at all. It discards everything
the other tree did, declaring 'our' history contains all that happened in it. the other tree did, declaring 'our' history contains all that happened in it.
theirs;; theirs;;
This is the opposite of 'ours'. This is the opposite of 'ours'; note that, unlike 'ours', there is
no 'theirs' merge stragegy to confuse this merge option with.
patience;; patience;;
With this option, 'merge-recursive' spends a little extra time With this option, 'merge-recursive' spends a little extra time