aboutsummaryrefslogtreecommitdiff
path: root/run-command.c
AgeCommit message (Expand)Author
6 daysrun_processes_parallel(): fix order of sigpipe handlingJeff King
2026-03-19Merge branch 'bk/run-command-wo-the-repository'Junio C Hamano
2026-03-12Merge branch 'ds/for-each-repo-w-worktree'Junio C Hamano
2026-03-12run-command: wean auto_maintenance() functions off the_repositoryBurak Kaan Karaçay
2026-03-12run-command: wean start_command() off the_repositoryBurak Kaan Karaçay
2026-03-09Merge branch 'ar/run-command-hook-take-2'Junio C Hamano
2026-03-03run-command: extract sanitize_repo_env helperDerrick Stolee
2026-02-24t: fix races caused by background maintenancePatrick Steinhardt
2026-01-28run-command: poll child input in addition to outputAdrian Ratiu
2026-01-28run-command: add stdin callback for parallelizationEmily Shaffer
2026-01-28run-command: add helper for pp child statesAdrian Ratiu
2026-01-15Revert "Merge branch 'ar/run-command-hook'"Junio C Hamano
2026-01-06Merge branch 'ar/run-command-hook'Junio C Hamano
2025-12-28run-command: allow capturing of collated outputEmily Shaffer
2025-12-28run-command: add stdin callback for parallelizationEmily Shaffer
2025-12-28run-command: add first helper for pp child statesAdrian Ratiu
2025-11-19odb: adopt logic to close object databasesPatrick Steinhardt
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