ref: ac97a4c59b6d8e21cec1f9ca778a025e35ab7552
parent: e51beae912ca0d312024cf816855ac5621b1bdd7
author: Ori Bernstein <ori@eigenstate.org>
date: Mon Jul 29 21:55:29 EDT 2024
git: use native merge3 program instead of ape/diff3
--- a/sys/lib/git/common.rc
+++ b/sys/lib/git/common.rc
@@ -87,7 +87,7 @@
if(mergeperm $ours $base $theirs){
mkdir -p `{basename -d $tmp}
- if(! ape/diff3 -3 -m $ours $base $theirs > $tmp)
+ if(! merge3 $ours $base $theirs > $tmp)
echo merge needed: $out >[1=2]
mv $tmp $out
git/add $out
--
⑨