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

In
entry

a tree entry

Returns

the oid of the object

Versions