aboutsummaryrefslogtreecommitdiffstats
path: root/run-command.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-09-19run-command: fix a typoAndrew Kreimer1-1/+1
2024-07-13run-command: declare the `git_shell_path()` function globallyJohannes Schindelin1-0/+5
2024-04-17run-command: introduce function to prepare auto-maintenance processPatrick Steinhardt1-0/+7
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-1/+1
2023-06-21run-command.h: move declarations for run-command.c from cache.hElijah Newren1-0/+2
2022-11-08Merge branch 'rs/no-more-run-command-v'Taylor Blau1-33/+1
2022-10-30replace and remove run_command_v_opt()René Scharfe1-22/+1
2022-10-30replace and remove run_command_v_opt_cd_env_tr2()René Scharfe1-9/+1
2022-10-30replace and remove run_command_v_opt_tr2()René Scharfe1-1/+0
2022-10-30replace and remove run_command_v_opt_cd_env()René Scharfe1-2/+1
2022-10-30run-command: fix return value commentRené Scharfe1-3/+2
2022-10-12run-command API: move *_tr2() users to "run_processes_parallel()"Ævar Arnfjörð Bjarmason1-3/+0
2022-10-12run-command API: have run_process_parallel() take an "opts" structÆvar Arnfjörð Bjarmason1-17/+55
2022-10-12run-command API: make "n" parameter a "size_t"Ævar Arnfjörð Bjarmason1-2/+2
2022-10-12run-command API: have "run_processes_parallel{,_tr2}()" return voidÆvar Arnfjörð Bjarmason1-8/+8
2022-06-13Merge branch 'ab/hooks-regression-fix'Junio C Hamano1-7/+23
2022-06-10Merge branch 'ab/env-array'Junio C Hamano1-7/+7
2022-06-07run-command: add an "ungroup" option to run_process_parallel()Ævar Arnfjörð Bjarmason1-7/+23
2022-06-02run-command API users: use "env" not "env_array" in comments & namesÆvar Arnfjörð Bjarmason1-5/+5
2022-06-02run-command API: rename "env_array" to "env"Ævar Arnfjörð Bjarmason1-2/+2
2022-04-01run-command.h: remove always unused "clean_on_exit_handler_cbdata"Ævar Arnfjörð Bjarmason1-1/+0
2022-01-07run-command: remove old run_hook_{le,ve}() hook APIEmily Shaffer1-16/+0
2022-01-07read-cache: convert post-index-change to use hook.hEmily Shaffer1-1/+0
2021-11-25run-command API: remove "env" member, always use "env_array"Ævar Arnfjörð Bjarmason1-17/+17
2021-11-25run-command API: remove "argv" member, always use "args"Ævar Arnfjörð Bjarmason1-12/+8
2021-10-13Merge branch 'jh/builtin-fsmonitor-part1'Junio C Hamano1-0/+57
2021-09-27hook.[ch]: move find_hook() from run-command.c to hook.cÆvar Arnfjörð Bjarmason1-7/+0
2021-09-23Merge branch 'mr/bisect-in-c-4'Junio C Hamano1-0/+12
2021-09-20run-command: create start_bg_commandJeff Hostetler1-0/+57
2021-09-13run-command: make `exists_in_PATH()` non-staticPranit Bauva1-0/+12
2021-09-09run-command: offer to close the object store before runningJohannes Schindelin1-0/+9
2021-09-09run-command: prettify the `RUN_COMMAND_*` flagsJohannes Schindelin1-7/+7
2021-07-16Merge branch 'jt/partial-clone-submodule-1'Junio C Hamano1-0/+10
2021-07-01*.h: move some *_INIT to designated initializersÆvar Arnfjörð Bjarmason1-1/+4
2021-06-28run-command: refactor subprocess env preparationJonathan Tan1-0/+10
2021-01-22run-command: document use_shell optionJeff King1-1/+8
2020-09-17maintenance: replace run_auto_gc()Derrick Stolee1-1/+1
2020-07-28strvec: convert remaining callers away from argv_array nameJeff King1-5/+5
2020-07-28strvec: rename files from argv-array to strvecJeff King1-1/+1
2020-07-15Merge branch 'ta/wait-on-aliased-commands-upon-signal' into masterJunio C Hamano1-0/+1
2020-07-07Wait for child on signal death for aliases to builtinsTrygve Aaberge1-0/+1
2020-05-07auto-gc: extract a reusable helper from "git fetch"Junio C Hamano1-0/+5
2020-02-22run-command.h: fix mis-indented struct memberJeff King1-1/+1
2019-11-18run-command: move doc to run-command.hHeba Waly1-7/+245
2019-05-05*.[ch]: remove extern from function declarations using sedDenton Liu1-1/+1
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu1-3/+3
2019-02-22trace2: create new combined trace facilityJeff Hostetler1-1/+12
2018-11-05send-pack.c: move async's #ifdef NO_PTHREADS back to run-command.cNguyễn Thái Ngọc Duy1-0/+1
2018-11-05run-command.h: include thread-utils.h instead of pthread.hNguyễn Thái Ngọc Duy1-3/+1
2017-04-25run-command: expose is_executable functionBrandon Williams1-0/+1