git_pathspec_match_list_entry

Get a matching filename by position.

This routine cannot be used if the match list was generated by git_pathspec_match_diff. If so, it will always return null.

@param m The git_pathspec_match_list object @param pos The index into the list @return The filename of the match

extern (C) nothrow @nogc
const(char)*
git_pathspec_match_list_entry
(,
size_t pos
)

Meta