commit a76152e2e1992a013a53105a95d16f4617ac0c28 Author: Jesse van den Kieboom Date: 2014-09-12 Check for availability of termios.h for clone example M configure.ac M examples/Makefile.am commit f31983e217974d75a75ed4987858d938c3b816cb Author: Jesse van den Kieboom Date: 2014-09-10 Make sure to include libssh2 before git2 M libgit2-glib/ggit-cred-ssh-interactive.c M libgit2-glib/ggit-cred-ssh-key-from-agent.c commit b4834248aa8150db8fc43449d38d22ee630d89ac Author: Jesse van den Kieboom Date: 2014-09-10 Ignore ssh related headers for docs if ssh is disabled M docs/reference/Makefile.am commit 095df154dd243a8ab2b2a875e1cd2b0828bd4149 Author: Jesse van den Kieboom Date: 2014-09-10 Show warning after configure if SSH was not enabled M configure.ac commit 68abf7450d41b51485e40c318537858e72839e51 Author: Jesse van den Kieboom Date: 2014-09-10 Fix warning about missing cast in walk example M examples/walk.c commit 01f205bfe8596be8c606248119159d8e29d00fff Author: Jesse van den Kieboom Date: 2014-09-10 Add missing gprintf includes in examples M examples/clone.c M examples/walk.c commit a758b5fe3d3b6b4d6beabd38ed995745ab320eb1 Author: Jesse van den Kieboom Date: 2014-09-10 Fix ggit.h when ssh is not enabled M configure.ac M libgit2-glib/Makefile.am R095 libgit2-glib/ggit.h libgit2-glib/ggit.h.in commit 1abb137fed2e7c3002b78e46c7c84a423ad92a52 Author: Garrett Regier Date: 2014-08-23 Fix diffing a blob to a buffer using GObject-Introspection Must use guint8 for a byte array not gchar, otherwise Python can't use the method at all. This is already done in various other places that provide the length. M libgit2-glib/ggit-diff.c M libgit2-glib/ggit-diff.h commit 790f55e252213dc4586eee1e84894eee5b3984de Author: Garrett Regier Date: 2014-08-23 Update and fixup the overrides Support more iterable types, don't have str() act like repr(), correctly override classes, use pygobject's new get_introspection_module(), add license and more. M libgit2-glib/Ggit.py commit ade119ba04719ecf749aa36bfa008e0889abf9a1 Author: Jesse van den Kieboom Date: 2014-07-29 Bind ggit_repository_cherry_pick_commit M libgit2-glib/ggit-repository.c M libgit2-glib/ggit-repository.h commit 140a3fa18fe62f7deb87282f22c2f48db99bd0f6 Author: Jesse van den Kieboom Date: 2014-07-29 Use correct type for mainline M libgit2-glib/ggit-cherry-pick-options.c M libgit2-glib/ggit-cherry-pick-options.h commit 3f4014a401f8215099ea49008415ceb84798a4da Author: Ting-Wei Lan Date: 2014-07-29 Add ggit-diff-format-email-options.h to ggit.h https://bugzilla.gnome.org/show_bug.cgi?id=733894 M libgit2-glib/ggit.h commit f15c7707fb1a3c971f7b429abb8928c0c0e1ebda Author: Jesse van den Kieboom Date: 2014-07-27 Implement iterator protocol for branch enumerator M libgit2-glib/ggit-branch-enumerator.c M libgit2-glib/ggit-branch-enumerator.h commit 80ee4d782d98b69b4198a11d039e74b770c9ab62 Author: Jesse van den Kieboom Date: 2014-07-27 Fix typo in API M libgit2-glib/ggit-checkout-options.c M libgit2-glib/ggit-checkout-options.h commit ad6cac735ea97ed00b641a3e55d304fb14a4be99 Author: Jesse van den Kieboom Date: 2014-07-27 Bind git_cherry_pick M libgit2-glib/Makefile.am A libgit2-glib/ggit-cherry-pick-options.c A libgit2-glib/ggit-cherry-pick-options.h M libgit2-glib/ggit-repository.c M libgit2-glib/ggit-repository.h M libgit2-glib/ggit-types.h commit 3ae27572948e137a1fc7553c8731c8c859d5b2b4 Author: Ignacio Casal Quinteiro Date: 2014-07-24 Post release version bump to 0.0.21 M configure.ac commit 2eb60211840bb8cc29397c97f5f5d6206ad6ff8b Author: Ignacio Casal Quinteiro Date: 2014-07-24 Release 0.0.20 M NEWS M README M configure.ac