summaryrefslogtreecommitdiff
path: root/run-command.c
AgeCommit message (Expand)Author
2025-07-23config: drop `git_config_get_bool()` wrapperPatrick Steinhardt
2025-03-17git-compat-util: add NOT_CONSTANT macro and use it in atfork_prepare()Junio C Hamano
2025-03-17run-command: use errno to check for sigfillset() errorJeff King
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-08-16run-command: fix detaching when running auto maintenancePatrick Steinhardt
2024-07-13run-command: declare the `git_shell_path()` function globallyJohannes Schindelin
2024-07-13run-command(win32): resolve the path to the Unix shell earlyJohannes Schindelin
2024-07-13run-command: refactor getting the Unix shell path into its own functionJohannes Schindelin
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano
2024-06-17Merge branch 'ps/no-writable-strings'Junio C Hamano
2024-06-17Merge branch 'jc/varargs-attributes'Junio C Hamano
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-10__attribute__: trace2_region_enter_printf() is like "printf"Junio C Hamano
2024-06-07global: improve const correctness when assigning string constantsPatrick Steinhardt
2024-05-31run-command: show prepared commandIan Wienand
2024-04-17run-command: introduce function to prepare auto-maintenance processPatrick Steinhardt
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-08-09Merge branch 'ma/locate-in-path-for-windows'Junio C Hamano
2023-08-03run-command: conditionally define locate_in_PATH()Matthias Aßhauer
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano
2023-06-23Merge branch 'rs/run-command-exec-error-on-noent'Junio C Hamano
2023-06-21run-command.h: move declarations for run-command.c from cache.hElijah Newren
2023-06-12run-command: report exec error even on ENOENTRené Scharfe
2023-05-19Merge branch 'tb/run-command-needs-alloc-h'Junio C Hamano
2023-05-16run-command.c: fix missing include under `NO_PTHREADS`Taylor Blau
2023-04-24symlinks.h: move declarations for symlinks.c functions from cache.hElijah Newren
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-24run-command: mark error routine parameters as unusedJeff King
2023-02-08run-command: allow stdin for run_processes_parallelEmily Shaffer
2023-02-08run-command.c: remove dead assignment in while-loopÆvar Arnfjörð Bjarmason
2023-01-08*: fix typos which duplicate a wordAndrei Rybak
2022-12-19Merge branch 'sx/pthread-error-check-fix'Junio C Hamano
2022-12-05maintenance: compare output of pthread functions for inequality with 0Seija
2022-11-08Merge 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-12run-command.c: remove "max_processes", add "const" to signal() handlerÆvar Arnfjörð Bjarmason
2022-10-12run-command.c: pass "opts" further down, and use "opts->processes"Ævar Arnfjörð Bjarmason
2022-10-12run-command.c: use "opts->processes", not "pp->max_processes"Ævar Arnfjörð Bjarmason
2022-10-12run-command.c: don't copy "data" to "struct parallel_processes"Ævar Arnfjörð Bjarmason
2022-10-12run-command.c: don't copy "ungroup" to "struct parallel_processes"Ævar Arnfjörð Bjarmason
2022-10-12run-command.c: don't copy *_fn to "struct parallel_processes"Ævar Arnfjörð Bjarmason
2022-10-12run-command.c: make "struct parallel_processes" const if possibleÆvar Arnfjörð Bjarmason
2022-10-12run-command API: move *_tr2() users to "run_processes_parallel()"Ævar Arnfjörð Bjarmason
2022-10-12run-command API: have run_process_parallel() take an "opts" structÆvar Arnfjörð Bjarmason
2022-10-12run-command.c: use designated init for pp_init(), add "const"Ævar Arnfjörð Bjarmason