davidfischer.name
git | David Fischer dot Name
https://www.davidfischer.name/tag/git
David Fischer dot Name. Some Things to Some People. David Fischer Dot Name. Getting started with pygit2. June 13, 2013. November 16, 2014. I should preface this post by saying that I’m not a Git expert so this is based on my experimentation rather than any deep knowledge. I bet I’m not the only one who merely skimmed the internals chapter in Pro Git. This post is the result of me setting out to learn the Git internals a little better and help anybody else who is trying to use pygit2. There’s quite ...
j-david.net
February 2014 – J. David Ibáñez
https://www.j-david.net/2014/02
Pygit2 version 0.20.2 adds support for pypy. Much improved support for remotes. Improved support for index entries. A couple of leaks fixed. And much more…. Thanks to Carlos Martín Nieto, Xu Tao, Alexander Bayandin and Petr Hosek. Download from https:/ pypi.python.org/pypi/pygit2. Documentation at http:/ www.pygit2.org/. Join us at https:/ github.com/libgit2/pygit2. February 4, 2014. Leave a comment on pygit2 version 0.20.2 adds support for pypy. Pygit2 0.21.1 and a new skin for the documentation.
j-david.net
July 2014 – J. David Ibáñez
https://www.j-david.net/2014/07
Pygit2 0.21.1 and a new skin for the documentation. Documentation: use the read-the-docs theme. New checkout option to define the target directory. Thanks to Carlos Martín Nieto, Vlad Temian and Jasper Lievisse Adriaanse. Release partially sponsored by Bors LTD. Download from https:/ pypi.python.org/pypi/pygit2. Documentation at http:/ www.pygit2.org/. Join us at https:/ github.com/libgit2/pygit2. July 22, 2014. Leave a comment on Pygit2 0.21.1 and a new skin for the documentation.
j-david.net
November 2013 – J. David Ibáñez
https://www.j-david.net/2013/11
Pygit2 0.20.0 adds support for blame. New in this release is support for blame, and upgrade to libgit2 0.20. Detailed list of changes follows. Repository.head is orphaned. Repository.head is unborn. Now return a list, instead of a tuple. Added support for blame. Reference.log append(.). Download from https:/ pypi.python.org/pypi/pygit2. Documentation at http:/ www.pygit2.org/. Join us at https:/ github.com/libgit2/pygit2. November 24, 2013. Leave a comment on pygit2 0.20.0 adds support for blame.
j-david.net
Pygit2 0.22.0 released, updates to libgit2 0.22.0 – J. David Ibáñez
https://www.j-david.net/2015/01/pygit2-0-22-0-updated-to-libgit2-0-22-0.html
Pygit2 0.22.0 released, updates to libgit2 0.22.0. This release requires the recently released libgit2 0.22.0; other changes include an improved support for remotes. See the full list of changes. Thanks to Carlos Martín Nieto, Matthew Duggan, Greg Fitzgerald, Kevin Kin-Foo, Richard Möhn, Lukas Fleischer, Peter Dave Hello and Philippe Ombredanne. Download from https:/ pypi.python.org/pypi/pygit2. Documentation at http:/ www.pygit2.org/. Join us at https:/ github.com/libgit2/pygit2. January 17, 2015.
j-david.net
July 2013 – J. David Ibáñez
https://www.j-david.net/2013/07
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. From the API, use. Repository.create blob from file. Removed, use instead new methods. Repository.create blob fromworkdir. Repository.create blob from disk. Support changing the head with. Repository.head = refname. Improved support for diff. Add support for clone. Python 2: Support hex oids as byte strings.
j-david.net
October 2013 – J. David Ibáñez
https://www.j-david.net/2013/10
Pygit2 0.19.1 released. New in this release is support for push. Detailed list of changes follows. And some bugs fixed. Download from https:/ pypi.python.org/pypi/pygit2. Documentation at http:/ www.pygit2.org/. Join us at https:/ github.com/libgit2/pygit2. October 3, 2013. Leave a comment on pygit2 0.19.1 released. Pygit2 0.22.0 released, updates to libgit2 0.22.0. Pygit2 0.21.2 fixes regression, use it with libgit2 0.21.1. Pygit2 0.21.1 and a new skin for the documentation. On ikaaro 0.75 released.
davidfischer.name
David | David Fischer dot Name
https://www.davidfischer.name/author/admin
David Fischer dot Name. Some Things to Some People. David Fischer Dot Name. Generating PDFs With (and Without) Python. August 29, 2015. Programmatically creating PDFs is fairly common among server side and desktop applications. In this post, I’ll share the results of my experiences with PDFs and what to think about when making a decision about libraries to use and the trade-offs with them. To understand the trade-offs though, we’ll start from the basics. What’s a PDF? Write things on the document. There ...