Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'qq/maint'
author
Junio C Hamano
<gitster@pobox.com>
Mon, 7 Jul 2008 23:42:08 +0000
(16:42 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 7 Jul 2008 23:42:08 +0000
(16:42 -0700)
* qq/maint:
run_command(): respect GIT_TRACE
Conflicts:
run-command.c
run-command.c
patch
|
blob
|
history
raw
(from parent 1:
e67c9e3
)
diff --git
a/run-command.c
b/run-command.c
index 2ce8c2b2f057b712eb8c1223e3150af17d553afe..6e29fdf9e2968900d21ea48b992f292204621f19 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:");
+
#ifndef __MINGW32__
cmd->pid = fork();
if (!cmd->pid) {