git_clone_options.remote_cb

A callback used to create the git_remote, prior to its being used to perform the clone operation. See the documentation for git_remote_create_cb for details. This parameter may be null, indicating that git_clone should provide default behavior.

struct git_clone_options
.git_remote_create_cb remote_cb;

Meta