projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da656f1
)
Reindent closing bracket using tab instead of spaces
author
Nguyễn Thái Ngọc Duy
<pclouds@gmail.com>
Mon, 24 Oct 2011 04:24:51 +0000
(15:24 +1100)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 24 Oct 2011 06:54:58 +0000
(23:54 -0700)
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
wt-status.c
patch
|
blob
|
history
diff --git
a/wt-status.c
b/wt-status.c
index 9624865e21739139a9fef5ebc31196cbcd22011a..e0a3260566e50248bb59fdba9c9e53c43b46390f 100644
(file)
--- a/
wt-status.c
+++ b/
wt-status.c
@@
-316,7
+316,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;
rev.prune_data = s->pathspec;