libgit2

git_tree_entry_name

Version:

Get the filename of a tree entry

Signature

const char *git_tree_entry_name(const git_tree_entry *entry);

Parameters

In
entry

a tree entry

Returns

const char *

the name of the file

Versions