Closed sjagoe closed 11 years ago
This PR adds a more heavyweight compatibility layer with pygit2, wrapping cygit2 objects to provide the correct API.
pygit2
cygit2
Implements create_blob and hash interfaces.
create_blob
hash
I am going to split this into multiple PRs.
This PR adds a more heavyweight compatibility layer with
pygit2
, wrappingcygit2
objects to provide the correct API.Implements
create_blob
andhash
interfaces.