Constant git2::REPOSITORY_OPEN_BARE []

pub const REPOSITORY_OPEN_BARE: RepositoryOpenFlags = RepositoryOpenFlags{bits: raw::GIT_REPOSITORY_OPEN_BARE as u32,}

Force opening as bare repository, and defer loading its config.