git_status_options.show

The show value is one of the git_status_show_t constants that control which files to scan and in what order. The default is GIT_STATUS_SHOW_INDEX_AND_WORKDIR.

struct git_status_options
.git_status_show_t show;

Meta