-
-
Notifications
You must be signed in to change notification settings - Fork 404
Closed
Description
I'm trying to figure out how to create a new Git repository, and having it shared by the owning group.
Libgit2 allows this with the GIT_REPOSITORY_INIT_SHARED_GROUP
member from the git_repository_init_mode_t
enum, passing it to the git_repository_init_ext()
function.
However, I can't figure out how to do that with pygit2. Is this simply not exposed yet?
Apologies if I merely missed it, but I couldn't find it in the documentation or in the pygit2 source code. 😃
Metadata
Metadata
Assignees
Labels
No labels