git_status_options.flags

The flags value is an OR'ed combination of the git_status_opt_t values above. The default is GIT_STATUS_OPT_DEFAULTS, which matches git's default behavior.

struct git_status_options
uint flags;

Meta