From: Junio C Hamano Date: Wed, 15 Dec 2021 17:39:47 +0000 (-0800) Subject: Merge branch 'ab/run-command' X-Git-Tag: v2.35.0-rc0~84 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=832ec72c3e15820c3b728b3a56398655d7bb7cb3;p=thirdparty%2Fgit.git Merge branch 'ab/run-command' API clean-up. * ab/run-command: run-command API: remove "env" member, always use "env_array" difftool: use "env_array" to simplify memory management run-command API: remove "argv" member, always use "args" run-command API users: use strvec_push(), not argv construction run-command API users: use strvec_pushl(), not argv construction run-command tests: use strvec_pushv(), not argv assignment run-command API users: use strvec_pushv(), not argv assignment upload-archive: use regular "struct child_process" pattern worktree: stop being overly intimate with run_command() internals --- 832ec72c3e15820c3b728b3a56398655d7bb7cb3