ref: 2dc68de34207d4b1fdf069193c8d8a9b907d834d
parent: 0136b08a108903676b81f1a41f82366551986165
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
--
⑨