]> git.ipfire.org Git - thirdparty/git.git/commit
run-command.c: introduce trace_run_command()
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Thu, 18 Jan 2018 09:45:09 +0000 (16:45 +0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 Jan 2018 18:49:20 +0000 (10:49 -0800)
commite73dd78699c4a0a84960c3519e6bdc6e49009740
treeff094e51844ca4cdc11421284b7235d9d37d5c4e
parent33011e769c2dd3eaa63e5b480e5845c5d370ab13
run-command.c: introduce trace_run_command()

This is the same as the old code that uses trace_argv_printf() in
run-command.c. This function will be improved in later patches to
print more information from struct child_process.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
run-command.c