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 10b2a48 + 982d1dc commit f384a2eCopy full SHA for f384a2e
wt-status.c
@@ -396,7 +396,7 @@ static void wt_status_collect_changes_worktree(struct wt_status *s)
396
if (s->ignore_submodule_arg) {
397
DIFF_OPT_SET(&rev.diffopt, OVERRIDE_SUBMODULE_CONFIG);
398
handle_ignore_submodules_arg(&rev.diffopt, s->ignore_submodule_arg);
399
- }
+ }
400
rev.diffopt.format_callback = wt_status_collect_changed_cb;
401
rev.diffopt.format_callback_data = s;
402
init_pathspec(&rev.prune_data, s->pathspec);
0 commit comments