git_tree_entry_filemode

Get the UNIX file attributes of a tree entry

extern (C) nothrow @nogc public
git_tree_entry_filemode

Parameters

entry const(libgit2.types.git_tree_entry)*

a tree entry

Return Value

Type: libgit2.types.git_filemode_t

filemode as an integer

Meta