git_pathspec_match_list_failed_entrycount

Get the number of pathspec items that did not match.

This will be zero unless you passed git_pathspec_flag_t.GIT_PATHSPEC_FIND_FAILURES when generating the git_pathspec_match_list.

@param m The git_pathspec_match_list object @return Number of items in original pathspec that had no matches

extern (C) nothrow @nogc
size_t
git_pathspec_match_list_failed_entrycount

Meta