Merge branch 'qq/maint'

* qq/maint:
  run_command(): respect GIT_TRACE

Conflicts:

	run-command.c
maint
Junio C Hamano 2008-07-07 16:42:08 -07:00
commit bed625540a
1 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,8 @@ int start_command(struct child_process *cmd)
cmd->err = fderr[0];
}

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

#ifndef __MINGW32__
cmd->pid = fork();
if (!cmd->pid) {