Initial class construction
This commit is contained in:
11
Git/mingw64/libexec/git-core/mergetools/kompare
Normal file
11
Git/mingw64/libexec/git-core/mergetools/kompare
Normal file
@ -0,0 +1,11 @@
|
||||
can_merge () {
|
||||
return 1
|
||||
}
|
||||
|
||||
diff_cmd () {
|
||||
"$merge_tool_path" "$LOCAL" "$REMOTE"
|
||||
}
|
||||
|
||||
exit_code_trustable () {
|
||||
true
|
||||
}
|
Reference in New Issue
Block a user