Welcome to mirror list, hosted at ThFree Co, Russian Federation.

kompare « mergetools - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e8c0bfa678547258ff0f330ae756f3621e6aadc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
can_merge () {
	return 1
}

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

exit_code_trustable () {
	true
}