summaryrefslogtreecommitdiffstats
path: root/run-command.c
AgeCommit message (Expand)AuthorLines
11 daysMerge branch 'jk/c23-const-preserving-fixes-more'Junio C Hamano-2/+2
12 daysrun_processes_parallel(): fix order of sigpipe handlingJeff King-3/+8
2026-04-01run-command: explicitly cast away constness when assigning to voidJeff King-2/+2
2026-03-19Merge branch 'bk/run-command-wo-the-repository'Junio C Hamano-10/+10
2026-03-12Merge branch 'ds/for-each-repo-w-worktree'Junio C Hamano-1/+6
2026-03-12run-command: wean auto_maintenance() functions off the_repositoryBurak Kaan Karaçay-8/+8
2026-03-12run-command: wean start_command() off the_repositoryBurak Kaan Karaçay-3/+3
2026-03-09Merge branch 'ar/run-command-hook-take-2'Junio C Hamano-25/+149
2026-03-03run-command: extract sanitize_repo_env helperDerrick Stolee-1/+6
2026-02-24t: fix races caused by background maintenancePatrick Steinhardt-1/+1
2026-01-28run-command: poll child input in addition to outputAdrian Ratiu-18/+62
2026-01-28run-command: add stdin callback for parallelizationEmily Shaffer-7/+80
2026-01-28run-command: add helper for pp child statesAdrian Ratiu-10/+17
2026-01-15Revert "Merge branch 'ar/run-command-hook'"Junio C Hamano-118/+24
2026-01-06Merge branch 'ar/run-command-hook'Junio C Hamano-24/+118
2025-12-28run-command: allow capturing of collated outputEmily Shaffer-8/+22
2025-12-28run-command: add stdin callback for parallelizationEmily Shaffer-7/+80
2025-12-28run-command: add first helper for pp child statesAdrian Ratiu-10/+17
2025-11-19odb: adopt logic to close object databasesPatrick Steinhardt-1/+1
2025-07-23config: drop `git_config_get_bool()` wrapperPatrick Steinhardt-3/+3
2025-03-17git-compat-util: add NOT_CONSTANT macro and use it in atfork_prepare()Junio C Hamano-7/+5
2025-03-17run-command: use errno to check for sigfillset() errorJeff King-1/+9
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt-0/+1
2024-08-16run-command: fix detaching when running auto maintenancePatrick Steinhardt-1/+11
2024-07-13run-command: declare the `git_shell_path()` function globallyJohannes Schindelin-1/+1
2024-07-13run-command(win32): resolve the path to the Unix shell earlyJohannes Schindelin-4/+6
2024-07-13run-command: refactor getting the Unix shell path into its own functionJohannes Schindelin-5/+10
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano-0/+2
2024-06-17Merge branch 'ps/no-writable-strings'Junio C Hamano-1/+1
2024-06-17Merge branch 'jc/varargs-attributes'Junio C Hamano-1/+2
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt-0/+2
2024-06-10__attribute__: trace2_region_enter_printf() is like "printf"Junio C Hamano-1/+2
2024-06-07global: improve const correctness when assigning string constantsPatrick Steinhardt-1/+1
2024-05-31run-command: show prepared commandIan Wienand-0/+3
2024-04-17run-command: introduce function to prepare auto-maintenance processPatrick Steinhardt-6/+13
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren-2/+0
2023-08-09Merge branch 'ma/locate-in-path-for-windows'Junio C Hamano-0/+2
2023-08-03run-command: conditionally define locate_in_PATH()Matthias Aßhauer-0/+2
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano-1/+1
2023-06-23Merge branch 'rs/run-command-exec-error-on-noent'Junio C Hamano-11/+3
2023-06-21run-command.h: move declarations for run-command.c from cache.hElijah Newren-1/+1
2023-06-12run-command: report exec error even on ENOENTRené Scharfe-11/+3
2023-05-19Merge branch 'tb/run-command-needs-alloc-h'Junio C Hamano-0/+1
2023-05-16run-command.c: fix missing include under `NO_PTHREADS`Taylor Blau-0/+1
2023-04-24symlinks.h: move declarations for symlinks.c functions from cache.hElijah Newren-0/+1
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren-0/+2
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren-0/+1
2023-02-24run-command: mark error routine parameters as unusedJeff King-3/+3
2023-02-08run-command: allow stdin for run_processes_parallelEmily Shaffer-1/+8