git_pathspec_match_list_failed_entry

Get an original pathspec string that had no matches.

This will be return null for positions out of range.

@param m The git_pathspec_match_list object @param pos The index into the failed items @return The pathspec pattern that didn't match anything

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

Meta