#!/bin/sh -e . t/common.sh printf '%s\n' > file \ "${HEAD} ours" \ first \ "${PARENT} 2" \ second \ "${TAIL}" \ third \ "${END} theirs" cp -- file file.expected conflict --symmetric --no-reduce file also_interactive y