Merge branch 'qq/maint'

* qq/maint:
  run_command(): respect GIT_TRACE

Conflicts:

	run-command.c
This commit is contained in:
Junio C Hamano 2008-07-07 16:42:08 -07:00
commit bed625540a

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) {