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
See Implementation
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