git_tree_entry_filemode_raw

Get the raw UNIX file attributes of a tree entry

This function does not perform any normalization and is only useful if you need to be able to recreate the original tree object.

extern (C) nothrow @nogc
git_tree_entry_filemode_raw

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