• Show log

    Commit

  • Hash : 48c27f86
    Author : Vicent Marti
    Date : 2011-02-28T16:51:17

    Implement reference counting for git_objects
    
    All `git_object` instances looked up from the repository are reference
    counted. User is expected to use the new `git_object_close` when an
    object is no longer needed to force freeing it.
    
    Signed-off-by: Vicent Marti <tanoku@gmail.com>