libgit2

git_pathspec_match_list_failed_entrycount

Version:

Get the number of pathspec items that did not match.

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

Signature

size_t git_pathspec_match_list_failed_entrycount(const git_pathspec_match_list *m);

Parameters

In
m

The git_pathspec_match_list object

Returns

size_t

Number of items in original pathspec that had no matches

Versions