Skip to content

Commit 30161e7

Browse files
committed
Merge branch 'qq/maint' into maint
* qq/maint: run_command(): respect GIT_TRACE
2 parents c636d0e + 8852f5d commit 30161e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

run-command.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ int start_command(struct child_process *cmd)
6565
cmd->err = fderr[0];
6666
}
6767

68+
trace_argv_printf(cmd->argv, "trace: run_command:");
69+
6870
cmd->pid = fork();
6971
if (cmd->pid < 0) {
7072
if (need_in)

0 commit comments

Comments
 (0)