]> git.ipfire.org Git - thirdparty/git.git/blame - mergetools/kompare
The second batch
[thirdparty/git.git] / mergetools / kompare
CommitLineData
bc7a96a8
DA
1can_merge () {
2 return 1
3}
4
980145f7
FR
5diff_cmd_help () {
6 echo "Use Kompare (requires a graphical session)"
7}
8
bc7a96a8
DA
9diff_cmd () {
10 "$merge_tool_path" "$LOCAL" "$REMOTE"
11}
7c10605d 12
980145f7
FR
13merge_cmd_help () {
14 echo "Use Kompare (requires a graphical session)"
15}
16
7c10605d
DA
17exit_code_trustable () {
18 true
19}