1
0
mirror of https://github.com/git/git.git synced 2024-09-26 08:01:43 +02:00
git/mergetools/kompare

12 lines
117 B
Plaintext
Raw Normal View History

can_merge () {
return 1
}
diff_cmd () {
"$merge_tool_path" "$LOCAL" "$REMOTE"
}
exit_code_trustable () {
true
}