aboutsummaryrefslogtreecommitdiffstats
path: root/t/combination-2-merge
blob: 53792442daaad449121f2d90c6f5b2b3c6437177 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh -e
. t/common.sh

printf '%s\n' > file \
	"${HEAD} ours" \
	same \
	ours \
	"${PARENT} base" \
	same \
	base \
	"${TAIL}" \
	same \
	ours \
	"${END} theirs"

cp -- file file.expected

conflict --merge --merge --no-reduce file

also_interactive m