Code

bash completion: Remove dashed command completion support
[git.git] / run-command.c
index 2ce8c2b2f057b712eb8c1223e3150af17d553afe..6e29fdf9e2968900d21ea48b992f292204621f19 100644 (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) {