git_remote_callbacks.resolve_url

Resolve URL before connecting to remote. The returned URL will be used to connect to the remote instead.

This callback is deprecated; users should use git_remote_ready_cb and configure the instance URL instead.

struct git_remote_callbacks
version(!GIT_DEPRECATE_HARD)
.git_url_resolve_cb resolve_url;

Meta