Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'qq/maint' into maint
author
Junio C Hamano
<gitster@pobox.com>
Tue, 8 Jul 2008 20:05:06 +0000
(13:05 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 8 Jul 2008 20:05:06 +0000
(13:05 -0700)
* qq/maint:
run_command(): respect GIT_TRACE
run-command.c
patch
|
blob
|
history
raw
(from parent 1:
c636d0e
)
diff --git
a/run-command.c
b/run-command.c
index 44100a749b09439121073e32e7a3143b54185d31..7068ec7e6d74af0cec233259b4b6e41a61ed5123 100644
(file)
--- a/
run-command.c
+++ b/
run-command.c
@@
-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)