Options controlling how pathspec match should be executed
git_pathspec_match_list_entrycount
will indicate 0 matches.git_pathspec_match_list
should track which patterns matched which files so that at the end of
the match we can identify patterns that did not match any files.git_pathspec_match_list
does not need to keep the actual matching filenames. Use this to
just test if there were any matches at all or in combination with
GIT_PATHSPEC_FIND_FAILURES to validate a pathspec.