git_repository_init_options.initial_head

The name of the head to point HEAD at. If null, then this will be treated as "master" and the HEAD ref will be set to "refs/heads/master". If this begins with "refs/" it will be used verbatim; otherwise "refs/heads/" will be prefixed.

struct git_repository_init_options
const(char)* initial_head;

Meta