git_tree_entry_to_object

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

extern (C) nothrow @nogc
int
git_tree_entry_to_object

Meta