]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'rs/no-more-run-command-v'
authorTaylor Blau <me@ttaylorr.com>
Tue, 8 Nov 2022 22:15:12 +0000 (17:15 -0500)
committerTaylor Blau <me@ttaylorr.com>
Tue, 8 Nov 2022 22:15:12 +0000 (17:15 -0500)
commitbe4ac3b197f8b4070bdad65dea4a03e1389410a6
tree9fc342eb7297ce681781e3d2b2b64a0d44d6dcd4
parent3e9303dc8e7c5798b5b83f1c1dfccb875db06b29
parentddbb47fde9b6d8cd9f3728847a378f634318cfb1
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
builtin/fetch.c
builtin/gc.c
builtin/remote.c
diff.c
ll-merge.c
run-command.c
run-command.h
sequencer.c
t/helper/test-trace2.c