diff options
author | Phillip Wood <phillip.wood@dunelm.org.uk> | 2024-03-14 17:05:07 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-03-14 10:08:53 -0700 |
commit | 5a99c1ac1a9640f7ee0374e9b90523f500bdbb5a (patch) | |
tree | 67ce2cd1795becb3ca991ff80dadc779c560ca57 /builtin/commit-tree.c | |
parent | dbeaf8e8c0ada5ba6a8c379e2ad7bab7e815ba79 (diff) |
checkout: fix interaction between --conflict and --merge
When using "git checkout" to recreate merge conflicts or merge
uncommitted changes when switching branch "--conflict" sensibly implies
"--merge". Unfortunately the way this is implemented means that "git
checkout --conflict=diff3 --no-merge" implies "--merge" violating the
usual last-one-wins rule. Fix this by only overriding the value of
opts->merge if "--conflicts" comes after "--no-merge" or "-[-no]-merge"
is not given on the command line.
The behavior of "git checkout --merge --no-conflict" is unchanged and
will still merge on the basis that the "-[-no]-conflict" options are
primarily intended to affect the conflict style and so "--no-conflict"
should cancel a previous "--conflict" but not override "--merge".
Of the four new tests the second one tests the behavior change
introduced by this commit, the other three check that this commit does
not regress the existing behavior.
Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit-tree.c')
0 files changed, 0 insertions, 0 deletions