git_remote_ready_cb

Callback invoked immediately before we attempt to connect to the given url. Callers may change the URL before the connection by calling git_remote_set_instance_url in the callback.

extern (C) nothrow @nogc public
alias git_remote_ready_cb = int function

Return Value

0 on success, or an error

Meta