Duplicate a tree entry
Create a copy of a tree entry. The returned copy is owned by the user, and must be freed explicitly with git_tree_entry_free().
@param dest pointer where to store the copy @param source tree entry to duplicate @return 0 or an error code
See Implementation
Duplicate a tree entry
Create a copy of a tree entry. The returned copy is owned by the user, and must be freed explicitly with git_tree_entry_free().
@param dest pointer where to store the copy @param source tree entry to duplicate @return 0 or an error code