mergetools / kompareon commit config.c: rename git_config_maybe_bool_text and export it as git_parse_maybe_bool (9a549d4)
   1can_merge () {
   2        return 1
   3}
   4
   5diff_cmd () {
   6        "$merge_tool_path" "$LOCAL" "$REMOTE"
   7}