Month: July 2013

  • pygit2 0.19.0 released

    Three months after the previous release I am happy to present a new major version of pygit2, the Python bindings for the libgit2 library. Follows a summary with the changes. API changes: New Oid type Changed signature of Repository.create_reference Reference.oid and Reference.hex removed, use Reference.target instead Drop del Index[path] from the API, use Index.remove(path) instead…