Month: October 2013

  • pygit2 0.19.1 released

    New in this release is support for push. Detailed list of changes follows. API changes: Rename Commit._message to Commit.raw_message Rename Signature._name to Signature.raw_name Rename Signature._email to Signature.raw_email New features: Remote.push(refspec) Tag.get_object() And some bugs fixed. Thanks to: Brodie Rao Fraser Tweedale Andrew Chin Carlos Martín Nieto Resources: Download from https://pypi.python.org/pypi/pygit2 Documentation at http://www.pygit2.org/ Join us…