Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-21run-command.h: move declarations for run-command.c from cache.hElijah Newren
2022-11-09Merge branch 'rs/no-more-run-command-v'Taylor Blau
2022-10-30replace and remove run_command_v_opt()René Scharfe
2022-10-30replace and remove run_command_v_opt_cd_env_tr2()René Scharfe
2022-10-30replace and remove run_command_v_opt_tr2()René Scharfe
2022-10-30replace and remove run_command_v_opt_cd_env()René Scharfe
2022-10-30run-command: fix return value commentRené Scharfe
2022-10-13run-command API: move *_tr2() users to "run_processes_parallel()"Ævar Arnfjörð Bjarmason
2022-10-13run-command API: have run_process_parallel() take an "opts" structÆvar Arnfjörð Bjarmason
2022-10-13run-command API: make "n" parameter a "size_t"Ævar Arnfjörð Bjarmason
2022-10-13run-command API: have "run_processes_parallel{,_tr2}()" return voidÆvar Arnfjörð Bjarmason
2022-06-14Merge branch 'ab/hooks-regression-fix'Junio C Hamano
2022-06-11Merge branch 'ab/env-array'Junio C Hamano
2022-06-07run-command: add an "ungroup" option to run_process_parallel()Ævar Arnfjörð Bjarmason
2022-06-03run-command API users: use "env" not "env_array" in comments & namesÆvar Arnfjörð Bjarmason
2022-06-03run-command API: rename "env_array" to "env"Ævar Arnfjörð Bjarmason
2022-04-01run-command.h: remove always unused "clean_on_exit_handler_cbdata"Ævar Arnfjörð Bjarmason
2022-01-08run-command: remove old run_hook_{le,ve}() hook APIEmily Shaffer
2022-01-08read-cache: convert post-index-change to use hook.hEmily Shaffer
2021-11-26run-command API: remove "env" member, always use "env_array"Ævar Arnfjörð Bjarmason
2021-11-26run-command API: remove "argv" member, always use "args"Ævar Arnfjörð Bjarmason
2021-10-14Merge branch 'jh/builtin-fsmonitor-part1'Junio C Hamano
2021-09-27hook.[ch]: move find_hook() from run-command.c to hook.cÆvar Arnfjörð Bjarmason
2021-09-23Merge branch 'mr/bisect-in-c-4'Junio C Hamano
2021-09-20run-command: create start_bg_commandJeff Hostetler
2021-09-13run-command: make `exists_in_PATH()` non-staticPranit Bauva
2021-09-09run-command: offer to close the object store before runningJohannes Schindelin
2021-09-09run-command: prettify the `RUN_COMMAND_*` flagsJohannes Schindelin
2021-07-17Merge branch 'jt/partial-clone-submodule-1'Junio C Hamano
2021-07-01*.h: move some *_INIT to designated initializersÆvar Arnfjörð Bjarmason
2021-06-28run-command: refactor subprocess env preparationJonathan Tan
2021-01-23run-command: document use_shell optionJeff King
2020-09-17maintenance: replace run_auto_gc()Derrick Stolee
2020-07-29strvec: convert remaining callers away from argv_array nameJeff King
2020-07-29strvec: rename files from argv-array to strvecJeff King
2020-07-16Merge branch 'ta/wait-on-aliased-commands-upon-signal' into masterJunio C Hamano
2020-07-07Wait for child on signal death for aliases to builtinsTrygve Aaberge
2020-05-07auto-gc: extract a reusable helper from "git fetch"Junio C Hamano
2020-02-22run-command.h: fix mis-indented struct memberJeff King
2019-11-18run-command: move doc to run-command.hHeba Waly
2019-05-05*.[ch]: remove extern from function declarations using sedDenton Liu
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu
2019-02-23trace2: create new combined trace facilityJeff Hostetler
2018-11-05send-pack.c: move async's #ifdef NO_PTHREADS back to run-command.cNguyễn Thái Ngọc Duy
2018-11-05run-command.h: include thread-utils.h instead of pthread.hNguyễn Thái Ngọc Duy
2017-04-26run-command: expose is_executable functionBrandon Williams
2017-01-10execv_dashed_external: wait for child on signal deathJeff King
2016-10-17run-command: add clean_on_exit_handlerLars Schneider
2016-10-17run-command: move check_pipe() from write_or_die to run_commandLars Schneider