git_repository_open_bare

Open a bare repository on the serverside.

This is a fast open for bare repositories that will come in handy if you're e.g. hosting git repositories and need to access them efficiently

@param out Pointer to the repo which will be opened. @param bare_path Direct path to the bare repository @return 0 on success, or an error code

extern (C)
int
git_repository_open_bare
(
git_repository** out_
,
const(char)* bare_path
)

Meta