git_tree_dup

Create an in-memory copy of a tree. The copy must be explicitly free'd or it will leak.

@param out_ Pointer to store the copy of the tree @param source Original tree to copy

extern (C) nothrow @nogc
int
git_tree_dup

Meta