git_tree_id

Get the id of a tree.

extern (C) nothrow @nogc public
git_tree_id

Parameters

tree const(libgit2.types.git_tree)*

a previously loaded tree.

Return Value

Type: const(libgit2.oid.git_oid)*

object identity for the tree.

Meta