mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
git: use native merge3 program instead of ape/diff3
This commit is contained in:
parent
0136b08a10
commit
2dc68de342
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ fn merge1 {@{
|
|||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue