Retrieve a tree entry contained in a tree or in any of its subtrees,
given its relative path.
Unlike the other lookup functions, the returned tree entry is owned by
the user and must be freed explicitly with git_tree_entry_free().
@param out_ Pointer where to store the tree entry
@param root Previously loaded tree which is the root of the relative path
@param path Path to the contained entry
@return 0 on success; git_error_code.GIT_ENOTFOUND if the path does not exist
Retrieve a tree entry contained in a tree or in any of its subtrees, given its relative path.
Unlike the other lookup functions, the returned tree entry is owned by the user and must be freed explicitly with git_tree_entry_free().
@param out_ Pointer where to store the tree entry @param root Previously loaded tree which is the root of the relative path @param path Path to the contained entry @return 0 on success; git_error_code.GIT_ENOTFOUND if the path does not exist