|
|
|
@ -396,7 +396,7 @@ static void wt_status_collect_changes_worktree(struct wt_status *s)
@@ -396,7 +396,7 @@ static void wt_status_collect_changes_worktree(struct wt_status *s)
|
|
|
|
|
if (s->ignore_submodule_arg) { |
|
|
|
|
DIFF_OPT_SET(&rev.diffopt, OVERRIDE_SUBMODULE_CONFIG); |
|
|
|
|
handle_ignore_submodules_arg(&rev.diffopt, s->ignore_submodule_arg); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
rev.diffopt.format_callback = wt_status_collect_changed_cb; |
|
|
|
|
rev.diffopt.format_callback_data = s; |
|
|
|
|
init_pathspec(&rev.prune_data, s->pathspec); |
|
|
|
|