git_proxy_options.credentials

This will be called if the remote host requires authentication in order to connect to it.

Returning git_error_code.GIT_PASSTHROUGH will make libgit2 behave as though this field isn't set.

struct git_proxy_options
libgit2_d.credential.git_credential_acquire_cb credentials;

Meta