author | Junio C Hamano <gitster@pobox.com> | |
Mon, 24 Oct 2011 06:55:22 +0000 (23:55 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 24 Oct 2011 06:55:22 +0000 (23:55 -0700) |
* maint-1.7.3:
Reindent closing bracket using tab instead of spaces
Reindent closing bracket using tab instead of spaces
1 | 2 | |||
---|---|---|---|---|
wt-status.c | patch | | diff1 | | diff2 | | blob | history |
diff --cc wt-status.c
index 8836a527d0b1980bd4ebdd50b3225f7ce37ccf79,e0a3260566e50248bb59fdba9c9e53c43b46390f..70fdb76ff2b5100c6d20f9f3b758e1ac8df314e1
--- 1/wt-status.c
--- 2/wt-status.c
+++ b/wt-status.c
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;
- rev.prune_data = s->pathspec;
+ init_pathspec(&rev.prune_data, s->pathspec);
run_diff_files(&rev, 0);
}