Sign in
code
/
git
/
ae86372fcd1204c9acda8ea7f91d2995bdb39ab1
/
.
/
mergetools
/
kompare
blob: e8c0bfa678547258ff0f330ae756f3621e6aadc7 [
file
]
can_merge
()
{
return
1
}
diff_cmd
()
{
"$merge_tool_path"
"$LOCAL"
"$REMOTE"
}
exit_code_trustable
()
{
true
}