git_tree_entry_to_object
extern (C) nothrow @nogc
int
git_tree_entry_to_object
Parameters
- object_out libgit2_d.types.git_object**
- repo libgit2_d.types.git_repository*
- entry const(libgit2_d.types.git_tree_entry)*
Return Value
libgit2_d tree
aliasesenumsfunctionsstructs
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.