We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70a182c + fb68f18 commit 05f2115Copy full SHA for 05f2115
include/git2/status.h
@@ -227,13 +227,16 @@ typedef struct {
227
228
/**
229
* The `show` value is one of the `git_status_show_t` constants that
230
- * control which files to scan and in what order.
+ * control which files to scan and in what order. The default is
231
+ * `GIT_STATUS_SHOW_INDEX_AND_WORKDIR`.
232
*/
233
git_status_show_t show;
234
235
236
* The `flags` value is an OR'ed combination of the
- * `git_status_opt_t` values above.
237
+ * `git_status_opt_t` values above. The default is
238
+ * `GIT_STATUS_OPT_DEFAULTS`, which matches git's default
239
+ * behavior.
240
241
unsigned int flags;
242
0 commit comments