Skip to content

Commit

Permalink
Merge branch 'qq/maint' into maint
Browse files Browse the repository at this point in the history
* qq/maint:
  run_command(): respect GIT_TRACE
  • Loading branch information
Junio C Hamano committed Jul 8, 2008
2 parents c636d0e + 8852f5d commit 30161e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run-command.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ int start_command(struct child_process *cmd)
cmd->err = fderr[0];
}

trace_argv_printf(cmd->argv, "trace: run_command:");

cmd->pid = fork();
if (cmd->pid < 0) {
if (need_in)
Expand Down

0 comments on commit 30161e7

Please sign in to comment.