aboutsummaryrefslogtreecommitdiffstats
path: root/t/reduce-2-hunks
blob: 22146e69a8216f6e644ce217fd6d306bfb1e9e4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/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"

printf '%s\n' > file.expected \
	first \
	between \
	second

normal --reduce file

also_interactive rr