Try to match a path against a pathspec
Unlike most of the other pathspec matching functions, this will not fall back on the native case-sensitivity for your platform. You must explicitly pass flags to control case sensitivity or else this will fall back on being case sensitive.
The compiled pathspec
Combination of git_pathspec_flag_t options to control match
The pathname to attempt to match
1 is path matches spec, 0 if it does not
See Implementation
Try to match a path against a pathspec
Unlike most of the other pathspec matching functions, this will not fall back on the native case-sensitivity for your platform. You must explicitly pass flags to control case sensitivity or else this will fall back on being case sensitive.