libgit2

git_tree_entry_id

Version:

Get the id of the object pointed by the entry

Signature

const git_oid *git_tree_entry_id(git_tree_entry *entry);

Parameters

git_tree_entry *
In
entry

a tree entry

Returns

const git_oid *

the oid of the object

Versions