8 lines
83 B
Plaintext
8 lines
83 B
Plaintext
|
can_merge () {
|
||
|
return 1
|
||
|
}
|
||
|
|
||
|
diff_cmd () {
|
||
|
"$merge_tool_path" "$LOCAL" "$REMOTE"
|
||
|
}
|