git_checkout_options.paths

A list of wildmatch patterns or paths.

By default, all paths are processed. If you pass an array of wildmatch patterns, those will be used to filter which paths should be taken into account.

Use git_checkout_strategy_t.GIT_CHECKOUT_DISABLE_PATHSPEC_MATCH to treat as a simple list.

struct git_checkout_options
libgit2_d.strarray.git_strarray paths;

Meta