mergetools / kompareon commit setup_git_env: use git_pathdup instead of xmalloc + sprintf (a0279e1)
   1can_merge () {
   2        return 1
   3}
   4
   5diff_cmd () {
   6        "$merge_tool_path" "$LOCAL" "$REMOTE"
   7}