git_tree_entry_name

Get the filename of a tree entry

extern (C) nothrow @nogc
const(char)*
git_tree_entry_name

Parameters

entry const(libgit2_d.types.git_tree_entry)*

a tree entry

Return Value

Type: const(char)*

the name of the file

Meta