mergetools / kompareon commit packed_ref_cache: increment refcount when locked (4f6b83e)
   1can_merge () {
   2        return 1
   3}
   4
   5diff_cmd () {
   6        "$merge_tool_path" "$LOCAL" "$REMOTE"
   7}