Convert a tree entry to the git_object it points to.
You must call git_object_free() on the object when you are done with it.
@param object_out pointer to the converted object
@param repo repository where to lookup the pointed object
@param entry a tree entry
@return 0 or an error code
Convert a tree entry to the git_object it points to.
You must call git_object_free() on the object when you are done with it.
@param object_out pointer to the converted object @param repo repository where to lookup the pointed object @param entry a tree entry @return 0 or an error code