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.
1 parent da656f1 commit c4c42f2Copy full SHA for c4c42f2
wt-status.c
@@ -316,7 +316,7 @@ static void wt_status_collect_changes_worktree(struct wt_status *s)
316
if (s->ignore_submodule_arg) {
317
DIFF_OPT_SET(&rev.diffopt, OVERRIDE_SUBMODULE_CONFIG);
318
handle_ignore_submodules_arg(&rev.diffopt, s->ignore_submodule_arg);
319
- }
+ }
320
rev.diffopt.format_callback = wt_status_collect_changed_cb;
321
rev.diffopt.format_callback_data = s;
322
rev.prune_data = s->pathspec;
0 commit comments