Dustin Raimondi
f2864c0511
fix addition occurence of libgit2 version number
2016-03-11 10:24:53 -05:00
Dustin Raimondi
456bf59a88
bump libgit2 version number
2016-03-11 09:38:08 -05:00
J. David Ibáñez
22021c67fc
Release 0.24.0
2016-03-05 23:21:05 +01:00
J. David Ibáñez
fa60e2233d
Release 0.23.3
2016-01-01 19:18:34 +01:00
J. David Ibáñez
64150d3535
Release 0.23.2
2015-10-11 17:49:17 +02:00
J. David Ibáñez
9db8737364
Update changelog
2015-10-11 11:06:22 +02:00
Nicolás Sanguinetti
cf439e4286
List OpenSSL as a dependency in the docs
2015-10-06 14:44:18 -03:00
J. David Ibáñez
e4ef8ea5c2
Release 0.23.1
2015-09-26 20:49:13 +02:00
J. David Ibáñez
50f4b20e7d
Update changelog
2015-09-26 13:30:24 +02:00
J. David Ibáñez
29a8dbc6b2
Temporarily deactivate travis for PyPy and PyPy3
...
Until travis supports PyPy 2.6, and there is a new release of PyPy3
Update docs regarding cffi and PyPy
2015-09-03 09:24:58 +02:00
J. David Ibáñez
27e3450232
Get ready to release v0.23.0
2015-08-14 16:56:30 +02:00
Carlos Martín Nieto
f09bbe79a8
Update installation docs with v0.23
2015-07-06 18:49:20 +02:00
Vladimir Rutsky
ca39a65054
fix typo: "Troobleshooting"
2015-03-30 14:19:58 +03:00
Kaarel Kitsemets
2d3f9d8e55
Added info about pkg-config being an optional requirement
2015-03-07 12:44:32 +02:00
kitsemets
ef67c36d8c
docs/install.rst: added pkg-config as a dependency for building libgit2. Without pkg-config it is not possible to build libgit2 with ssh support.
2015-02-26 16:00:27 +02:00
J. David Ibáñez
94be744ba6
docs: remove reference to LIBGIT2 in OS X notes
...
As disscussed in PR #448
2015-02-12 09:32:58 +01:00
J. David Ibáñez
40946cd795
Merge remote-tracking branch 'holgi/master'
2015-02-12 09:32:18 +01:00
J. David Ibáñez
126308403b
Get ready to release v0.22.0
2015-01-16 16:35:19 +01:00
Carlos Martín Nieto
78695aa93a
Change required version to 0.22
2015-01-12 20:00:17 +01:00
Kevin KIN-FOO
aff3a64e2d
Mention libssh2 in installation#requirements
...
Fixes #456
2014-12-30 16:08:07 +01:00
Holger Frey
d4fc7010b3
Added installing on OS X
2014-11-09 10:39:07 +01:00
J. David Ibáñez
21e2102e7c
Get ready for 0.21.4 release
2014-11-04 17:49:43 +01:00
J. David Ibáñez
8e933c8019
issue#441: change modulename to include hash of source
...
This should make it work both for users and developers.
2014-10-30 19:41:25 +01:00
J. David Ibáñez
7653d12c72
docs: review install section
2014-10-30 13:45:54 +01:00
J. David Ibáñez
6bb2b369fa
Merge remote-tracking branch 'wking/instaleld-typo'
2014-10-28 09:25:42 +01:00
W. Trevor King
6677de82c2
docs/install: Fix 'instaleld' -> 'installed' typo
2014-10-27 21:36:06 -07:00
W. Trevor King
8ca75e2744
docs/install: Fix 'filling un' -> 'filing a' typo
2014-10-27 21:31:55 -07:00
J. David Ibáñez
6831983a26
docs: now "pip install pygit2" installs cffi first
...
This was fixed in PR#407
2014-09-24 09:33:25 +02:00
Soasme
8bb263559d
Fix typo pìp to pip
2014-09-24 09:53:39 +08:00
J. David Ibáñez
c997037c7b
Get ready for 0.21.3 release
2014-09-15 12:39:27 +02:00
J. David Ibáñez
f5765b0968
Get ready for 0.21.2 release
2014-08-09 16:56:13 +02:00
J. David Ibáñez
a0a70c3264
Get ready for 0.21.1 release
2014-07-22 18:15:20 +02:00
J. David Ibáñez
fdfda17121
docs: review the installation documentation
2014-07-18 20:01:20 +02:00
J. David Ibáñez
7b3201d868
Get ready to release 0.21.0
2014-06-27 17:28:01 +02:00
J. David Ibáñez
17ba85831b
Drop official support for Python 2.6
2014-04-23 14:01:09 +02:00
J. David Ibáñez
140305e410
Get ready to release 0.20.2
2014-02-04 22:26:46 +01:00
J. David Ibáñez
d04823c3c8
Get ready to release 0.20.1
2013-12-24 10:48:39 +01:00
J. David Ibáñez
e6c270fe35
Get ready to release v0.20.0
2013-11-24 15:22:10 +01:00
J. David Ibáñez
5a007802d0
Release 0.19.0
...
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
- Drop TreeEntry.to_object
- Changed signature of Repository.checkout
- Repository.create_blob_from_file removed, use instead new methods
Repository.create_blob_fromworkdir and
Repository.create_blob_from_disk
New features:
- Add len(TreeBuilder) and TreeBuilder.get
- Add Repository.merge_base
- Support changing the head with "Repository.head = refname"
- Improved support for diff
- Add support for clone
- Python 2: Support hex oids as byte strings
- Add Reference.get_object()
- Add Remote.save
- Add support for branches, new type Branch
Other:
- Upgraded to libgit2 0.19
- Partial documentation review
Thanks to Nico von Geyso, Daniel Rodríguez Troitiño, Bernardo Heynemann,
Rémi Duraffort, Andrey Devyatkin, Hervé Cauwelier, Jiunn Haur Lim, Richo
Healey, Carlos Martín Nieto, David Fischer, Fraser Tweedale, Jun Omae
and Xu Tao.
2013-07-13 12:04:14 +02:00
David Fischer
4b051e38ef
Added note about pygit2/libgit2 versioning
2013-06-14 08:04:56 -07:00
Carlos Martín Nieto
4070c583f1
Explain what "latest libgit2" means better
...
pygit2 targets the master branch, and "latest" isn't well-defined in
this case, as libgit2's default branch is development.
2013-05-16 10:29:54 +02:00
Valentin Haenel
2ffb39397d
syntax highlighting for shell commands in sphinx
2013-03-08 22:08:37 +01:00
J. David Ibáñez
a96d494747
Coding style
...
Including:
- Lines longer than 79 chars
- Spaces at the end of line
- Wrong indentation
- Comma not followed by an space
- C++ style comments: //
2013-03-02 11:40:42 +01:00
J. David Ibáñez
8e40dbd314
Make doc strings look fine from the interpreter
...
Basically add a new-line character since "help(...)" does not wrap
lines automatically.
2013-02-09 23:46:37 +01:00
J. David Ibáñez
29708773e0
Copy docs from the readme file
2013-01-12 19:03:05 +01:00