if declare -f _comp_load &>/dev/null; then
	_comp_load git
elif declare -f __load_completion &>/dev/null; then
	__load_completion git
fi
if declare -f __git_complete &>/dev/null; then
	__git_complete gd _git_diff
	__git_complete gdw _git_diff
fi
