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