git_repository_create_cb

The signature of a function matchin git_repository_init, with an aditional void * as callback payload.

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

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

Return Value

0, or a negative value to indicate error

Meta