From: Taylor Blau Date: Tue, 8 Nov 2022 22:15:12 +0000 (-0500) Subject: Merge branch 'rs/no-more-run-command-v' X-Git-Tag: v2.39.0-rc0~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=be4ac3b197f8b4070bdad65dea4a03e1389410a6;p=thirdparty%2Fgit.git Merge branch 'rs/no-more-run-command-v' Simplify the run-command API. * rs/no-more-run-command-v: replace and remove run_command_v_opt() replace and remove run_command_v_opt_cd_env_tr2() replace and remove run_command_v_opt_tr2() replace and remove run_command_v_opt_cd_env() use child_process members "args" and "env" directly use child_process member "args" instead of string array variable sequencer: simplify building argument list in do_exec() bisect--helper: factor out do_bisect_run() bisect: simplify building "checkout" argument list am: simplify building "show" argument list run-command: fix return value comment merge: remove always-the-same "verbose" arguments --- be4ac3b197f8b4070bdad65dea4a03e1389410a6