libgit2

git_tree_id

Version:

Get the id of a tree.

Signature

const git_oid *git_tree_id(git_tree *tree);

Parameters

git_tree *
In
tree

a previously loaded tree.

Returns

const git_oid *

object identity for the tree.

Versions