git_url_resolve_cb

Callback to resolve URLs before connecting to remote

If you return git_error_code.GIT_PASSTHROUGH, you don't need to write anything to url_resolved.

extern (C) nothrow @nogc
alias git_url_resolve_cb = int function

Return Value

0 on success, git_error_code.GIT_PASSTHROUGH or an error

Meta