run-command: inline prepare_run_command_v_opt()
authorRené Scharfe <redacted>
Tue, 19 Aug 2014 19:11:43 +0000 (21:11 +0200)
committerJunio C Hamano <redacted>
Wed, 20 Aug 2014 16:56:12 +0000 (09:56 -0700)
commit1f87293d78a4b2bd9265bac49b14a6f1111918b8
treecc01bd38d3bc7c6cf88512cb06e592f53d3300c0
parent41e9bad75e05245859c013dadefc63166b9175c9
run-command: inline prepare_run_command_v_opt()

Merge prepare_run_command_v_opt() and its only caller.  This removes a
pointer indirection and allows to initialize the struct child_process
using CHILD_PROCESS_INIT.

Signed-off-by: Rene Scharfe <redacted>
Signed-off-by: Junio C Hamano <redacted>
run-command.c
git clone https://git.99rst.org/PROJECT