| Current Path : /proc/1412124/cwd/proc/1412127/cwd/usr/lib/git-core/mergetools/ |
| Current File : //proc/1412124/cwd/proc/1412127/cwd/usr/lib/git-core/mergetools/kompare |
can_merge () {
return 1
}
diff_cmd () {
"$merge_tool_path" "$LOCAL" "$REMOTE"
}
exit_code_trustable () {
true
}