merge-ort: copy find_first_merges() implementation from merge-recursive.c
authorElijah Newren <redacted>
Fri, 1 Jan 2021 02:34:47 +0000 (02:34 +0000)
committerJunio C Hamano <redacted>
Mon, 4 Jan 2021 18:40:45 +0000 (10:40 -0800)
commit4204cd591b62f3e184f617d01b282b9847298dbd
treecb8f14aac71e9999d3c874613219998f2260d9a4
parent70f19c7fced2ec49fd9bca827370835d84d782c7
merge-ort: copy find_first_merges() implementation from merge-recursive.c

Code is identical for the function body in the two files, the call
signature is just slightly different in merge-ort than merge-recursive
as noted a couple commits ago.

Signed-off-by: Elijah Newren <redacted>
Signed-off-by: Junio C Hamano <redacted>
merge-ort.c
git clone https://git.99rst.org/PROJECT