git_remote_create_cb

The signature of a function matching git_remote_create, with an additional void* as a callback payload.

Callers of git_clone may provide a function matching this signature to override the remote creation and customization process during a clone operation.

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

Return Value

0, git_error_code.GIT_EINVALIDSPEC, git_error_code.GIT_EEXISTS or an error code

Meta