https://github.com/git/git
Raw File
Tip revision: ac8035a2affdf30f2c691ad760826d955bba0507 authored by Junio C Hamano on 30 August 2022, 17:22:10 UTC
Git 2.37.3
Tip revision: ac8035a
kompare
can_merge () {
	return 1
}

diff_cmd_help () {
	echo "Use Kompare (requires a graphical session)"
}

diff_cmd () {
	"$merge_tool_path" "$LOCAL" "$REMOTE"
}

merge_cmd_help () {
	echo "Use Kompare (requires a graphical session)"
}

exit_code_trustable () {
	true
}
back to top