git_status_options.pathspec

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.

struct git_status_options
libgit2_d.strarray.git_strarray pathspec;

Meta