git_tree_owner

Get the repository that contains the tree.

extern (C) nothrow @nogc
git_tree_owner

Parameters

tree const(libgit2_d.types.git_tree)*

A previously loaded tree.

Return Value

Type: libgit2_d.types.git_repository*

Repository that contains this tree.

Meta