sjagoe / cygit2

Cython wrapper around libgit2
Other
6 stars 2 forks source link

Implement blob; fix compatibility with pygit2 #11

Closed sjagoe closed 11 years ago

sjagoe commented 11 years ago

This PR adds a more heavyweight compatibility layer with pygit2, wrapping cygit2 objects to provide the correct API.

Implements create_blob and hash interfaces.

sjagoe commented 11 years ago

I am going to split this into multiple PRs.