aboutsummaryrefslogtreecommitdiff
path: root/builtin/hook.c
diff options
context:
space:
mode:
Diffstat (limited to 'builtin/hook.c')
-rw-r--r--builtin/hook.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/builtin/hook.c b/builtin/hook.c
index 73e7b8c2e8..7afec380d2 100644
--- a/builtin/hook.c
+++ b/builtin/hook.c
@@ -44,12 +44,6 @@ static int run(int argc, const char **argv, const char *prefix,
goto usage;
/*
- * All current "hook run" use-cases require ungrouped child output.
- * If this changes, a hook run argument can be added to toggle it.
- */
- opt.ungroup = 1;
-
- /*
* Having a -- for "run" when providing <hook-args> is
* mandatory.
*/