Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'maint-1.7.3' into maint
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
wt-status.c
patch
|
blob
|
history
raw
(from parent 1:
f7d958d
)
diff --git
a/wt-status.c
b/wt-status.c
index 8836a527d0b1980bd4ebdd50b3225f7ce37ccf79..70fdb76ff2b5100c6d20f9f3b758e1ac8df314e1 100644
(file)
--- a/
wt-status.c
+++ b/
wt-status.c
@@
-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);