Callback to resolve URLs before connecting to remote
If you return GIT_PASSTHROUGH, you don't need to write anything to
url_resolved.
@param url_resolved The buffer to write the resolved URL to
@param url The URL to resolve
@param direction GIT_DIRECTION_FETCH or GIT_DIRECTION_PUSH
@param payload Payload provided by the caller
@return 0 on success, GIT_PASSTHROUGH or an error
@deprecated Use git_remote_set_instance_url
Callback to resolve URLs before connecting to remote
If you return GIT_PASSTHROUGH, you don't need to write anything to url_resolved.
@param url_resolved The buffer to write the resolved URL to @param url The URL to resolve @param direction GIT_DIRECTION_FETCH or GIT_DIRECTION_PUSH @param payload Payload provided by the caller @return 0 on success, GIT_PASSTHROUGH or an error @deprecated Use git_remote_set_instance_url