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

printf '%s\n' > file \
	"${HEAD} ours" \
	first \
	"${TAIL}" \
	first \
	"${END} theirs" \
	between \
	"${HEAD} ours" \
	second \
	"${TAIL}" \
	second \
	"${END} theirs"

cp -- file file.expected

conflict --no-reduce file

also_interactive ss