File Manager

Current Path : /lib/git-core/mergetools/
Upload File :
Current File : //lib/git-core/mergetools/diffuse

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

merge_cmd () {
	if $base_present
	then
		"$merge_tool_path" \
			"$LOCAL" "$MERGED" "$REMOTE" \
			"$BASE" | cat
	else
		"$merge_tool_path" \
			"$LOCAL" "$MERGED" "$REMOTE" | cat
	fi
}

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com