The pathspec is an array of path patterns to match (using fnmatch-style matching), or just an array of paths to match exactly if git_status_opt_t.GIT_STATUS_OPT_DISABLE_PATHSPEC_MATCH is specified in the flags.
See Implementation
The pathspec is an array of path patterns to match (using fnmatch-style matching), or just an array of paths to match exactly if git_status_opt_t.GIT_STATUS_OPT_DISABLE_PATHSPEC_MATCH is specified in the flags.