merge-strategies: avoid implying that "-s theirs" exists
authorJunio C Hamano <gitster@pobox.com>
Mon, 25 Sep 2017 05:34:23 +0000 (14:34 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Sep 2017 05:34:23 +0000 (14:34 +0900)
commitc25d98b2a730cbc63033ba3360df2519d43a40cd
tree28a8cc8b488949c0ca6a3563fadc94382758a94b
parent0bfff8146f8c055fd95af4567286929ba8216fa7
merge-strategies: avoid implying that "-s theirs" exists

The description of `-Xours` merge option has a parenthetical note
that tells the readers that it is very different from `-s ours`,
which is correct, but the description of `-Xtheirs` that follows it
carelessly says "this is the opposite of `ours`", giving a false
impression that the readers also need to be warned that it is very
different from `-s theirs`, which in reality does not even exist.

Clarify it a bit to avoid misleading readers.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/merge-strategies.txt