Commit 9c9f4fc11c85d621dc5fdcf46bbcb5b5da9ed73f

Vicent Marti 2010-08-12T23:40:54

Add support for manually freeing repo objects A new method 'git_repository_object_free' allows to manually force the freeing of a repository object, even though they are still automatically managed by the repository and don't need to be freed by the user. Signed-off-by: Vicent Marti <tanoku@gmail.com>