mergetools / kompareon commit attr: skip UTF8 BOM at the beginning of the input file (27547e5)
   1can_merge () {
   2        return 1
   3}
   4
   5diff_cmd () {
   6        "$merge_tool_path" "$LOCAL" "$REMOTE"
   7}