git_repository_init_options.template_path

When git_repository_init_flag_t.GIT_REPOSITORY_INIT_EXTERNAL_TEMPLATE is set, this contains the path to use for the template directory. If this is null, the config or default directory options will be used instead.

struct git_repository_init_options
const(char)* template_path;

Meta