• Show log

    Commit

  • Hash : 9c9f4fc1
    Author : Vicent Marti
    Date : 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>