libgit2

git_tree_entry_attributes

Version:

Get the UNIX file attributes of a tree entry

Signature

unsigned int git_tree_entry_attributes(git_tree_entry *entry);

Parameters

In
entry

a tree entry

Returns

unsigned int

attributes as an integer

Versions