9 Commits

Author SHA1 Message Date
Yonggang Luo
8394dfb814 Remove extra print. 2012-02-16 01:02:55 +08:00
Yonggang Luo
2b4e5504af Get pygit2 can be build under Windows. 2012-02-16 01:00:49 +08:00
J. David Ibáñez
a11f3c52a9 docs: use readme file for both github and pypi
The readme file is now written in reStructuredText (instead of
markdown). This is because reST is the only thing pypi understands.

So now the same readme file will be used for pygit2's homepage at github
and pypi:

- https://github.com/libgit2/pygit2
- http://pypi.python.org/pypi/pygit2
2012-02-08 23:21:37 +01:00
J. David Ibáñez
0fa8503f91 Release v0.16.0
Changes since v0.15.1:

- Update to libgit2 v0.16.0
- Improve support for references
- New method Index.read_tree
- Rename Index.create_tree to Index.write_tree
- Fix compilation error with MSVC (issue #53)
- Fix a few segfaults (including issue #55)
2012-02-06 23:30:00 +01:00
J. David Ibáñez
1dde68691b Update setup file 2011-10-05 23:11:59 +02:00
J. David Ibáñez
8ad5e30eda Update maintainer in the setup file 2011-05-05 19:55:04 +02:00
J. David Ibañez
70bdb12cb1 Fix url & license in the setup file 2011-02-10 11:40:20 +01:00
Dave Borowitz
a2b0f45368 Add simple repository tests.
Change-Id: I128ac826f1c673002bc6f17696691e5a4bd7f0fd
2010-11-12 13:19:57 -08:00
Dave Borowitz
4940678d9f Initial checkin of pygit2, the Python libgit2 bindings.
So far, only contains Repository and Object type definitions with a few
methods.

Change-Id: I0c53035fe3a418f5b96e36d1549dcf0ffed172f4
2010-11-04 13:59:18 -07:00