git_clone_options.repository_cb

A callback used to create the new repository into which to clone. If null, the 'bare' field will be used to determine whether to create a bare repository.

struct git_clone_options
.git_repository_create_cb repository_cb;

Meta