]> git.ipfire.org Git - thirdparty/git.git/commit - t/t6437-submodule-merge.sh
merge tests: expect slight differences in output for recursive vs. ort
authorElijah Newren <newren@gmail.com>
Mon, 26 Oct 2020 17:01:41 +0000 (17:01 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 26 Oct 2020 19:31:24 +0000 (12:31 -0700)
commitc8c35f6a02f3841d4383a5ce4c9d8e426776d151
tree379488292d01fceabc6548854eb1e87b9e764d61
parentc12d1f2ac227cbec44be27de83ef07d135f243c2
merge tests: expect slight differences in output for recursive vs. ort

The ort merge strategy has some slight differences in commit
descriptions (shortened hashes), stdout vs stderr, and in conflict
messages.  Also, builtin/merge.c reports usage of "ort" as "Merge made
by the 'ort' strategy" -- while it is meant as a drop in replacement for
"recursive" it is not yet treated as though it is recursive.  Update the
testcases to expect different output for the different merge backends.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t6402-merge-rename.sh
t/t6437-submodule-merge.sh
t/t7602-merge-octopus-many.sh