git_tree_owner

Get the repository that contains the tree.

extern (C) nothrow @nogc public
git_tree_owner

Parameters

tree const(libgit2.types.git_tree)*

A previously loaded tree.

Return Value

Type: libgit2.types.git_repository*

Repository that contains this tree.

Meta