libgit2

git_tree_entry_filemode

Version:

Get the UNIX file attributes of a tree entry

Signature

git_filemode_t git_tree_entry_filemode(const git_tree_entry *entry);

Parameters

In
entry

a tree entry

Returns

filemode as an integer

Versions