git_tree_entry_filemode

Get the UNIX file attributes of a tree entry

extern (C) nothrow @nogc
git_tree_entry_filemode

Parameters

entry const(libgit2_d.types.git_tree_entry)*

a tree entry

Return Value

Type: libgit2_d.types.git_filemode_t

filemode as an integer

Meta