Re: [PATCH v2 6/9] merge-recursive: fix assumption that head tree being merged is HEAD
From: Junio C Hamano <hidden> Date: 2018-07-03 19:57:51
Elijah Newren [off-list ref] writes:
`git merge-recursive` does a three-way merge between user-specified trees
base, head, and remote. Since the user is allowed to specify head, we can
not necesarily assume that head == HEAD.