git_tree_id

Get the id of a tree.

extern (C) nothrow @nogc
git_tree_id

Parameters

tree const(libgit2_d.types.git_tree)*

a previously loaded tree.

Return Value

Type: const(libgit2_d.oid.git_oid)*

object identity for the tree.

Meta