git_repository_is_bare

Check if a repository is bare

@param repo Repo to test @return 1 if the repository is bare, 0 otherwise.

extern (C) nothrow @nogc
int
git_repository_is_bare

Meta