summaryrefslogtreecommitdiffstats
path: root/run-command.h
AgeCommit message (Expand)AuthorLines
2021-11-25run-command API: remove "env" member, always use "env_array"Ævar Arnfjörð Bjarmason-17/+17
2021-11-25run-command API: remove "argv" member, always use "args"Ævar Arnfjörð Bjarmason-12/+8
2021-10-13Merge branch 'jh/builtin-fsmonitor-part1'Junio C Hamano-0/+57
2021-09-27hook.[ch]: move find_hook() from run-command.c to hook.cÆvar Arnfjörð Bjarmason-7/+0
2021-09-23Merge branch 'mr/bisect-in-c-4'Junio C Hamano-0/+12
2021-09-20run-command: create start_bg_commandJeff Hostetler-0/+57
2021-09-13run-command: make `exists_in_PATH()` non-staticPranit Bauva-0/+12
2021-09-09run-command: offer to close the object store before runningJohannes Schindelin-0/+9
2021-09-09run-command: prettify the `RUN_COMMAND_*` flagsJohannes Schindelin-7/+7
2021-07-16Merge branch 'jt/partial-clone-submodule-1'Junio C Hamano-0/+10
2021-07-01*.h: move some *_INIT to designated initializersÆvar Arnfjörð Bjarmason-1/+4
2021-06-28run-command: refactor subprocess env preparationJonathan Tan-0/+10
2021-01-22run-command: document use_shell optionJeff King-1/+8
2020-09-17maintenance: replace run_auto_gc()Derrick Stolee-1/+1
2020-07-28strvec: convert remaining callers away from argv_array nameJeff King-5/+5
2020-07-28strvec: rename files from argv-array to strvecJeff King-1/+1
2020-07-15Merge branch 'ta/wait-on-aliased-commands-upon-signal' into masterJunio C Hamano-0/+1
2020-07-07Wait for child on signal death for aliases to builtinsTrygve Aaberge-0/+1
2020-05-07auto-gc: extract a reusable helper from "git fetch"Junio C Hamano-0/+5
2020-02-22run-command.h: fix mis-indented struct memberJeff King-1/+1
2019-11-18run-command: move doc to run-command.hHeba Waly-7/+245
2019-05-05*.[ch]: remove extern from function declarations using sedDenton Liu-1/+1
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu-3/+3
2019-02-22trace2: create new combined trace facilityJeff Hostetler-1/+12
2018-11-05send-pack.c: move async's #ifdef NO_PTHREADS back to run-command.cNguyễn Thái Ngọc Duy-0/+1
2018-11-05run-command.h: include thread-utils.h instead of pthread.hNguyễn Thái Ngọc Duy-3/+1
2017-04-25run-command: expose is_executable functionBrandon Williams-0/+1
2017-01-09execv_dashed_external: wait for child on signal deathJeff King-0/+1
2016-10-17run-command: add clean_on_exit_handlerLars Schneider-0/+2
2016-10-17run-command: move check_pipe() from write_or_die to run_commandLars Schneider-1/+1
2016-06-17run-command: add pipe_command helperJeff King-7/+24
2016-04-29Merge branch 'jk/push-client-deadlock-fix'Junio C Hamano-0/+1
2016-04-20run-command: teach async threads to ignore SIGPIPEJeff King-0/+1
2016-04-06Merge branch 'sb/submodule-parallel-update'Junio C Hamano-5/+5
2016-03-04Merge branch 'sb/submodule-parallel-fetch'Junio C Hamano-6/+3
2016-03-01run_processes_parallel: rename parameters for the callbacksStefan Beller-5/+5
2016-03-01run-command: do not pass child process data into callbacksStefan Beller-6/+3
2016-02-26Merge branch 'jk/epipe-in-async'Junio C Hamano-0/+1
2016-02-25write_or_die: handle EPIPE in async threadsJeff King-0/+1
2015-12-16run-command: add an asynchronous parallel child processorStefan Beller-0/+80
2015-11-03Merge branch 'rs/daemon-plug-child-leak'Junio C Hamano-0/+1
2015-11-02run-command: factor out child_process_clear()René Scharfe-0/+1
2015-10-07Merge branch 'ti/glibc-stdio-mutex-from-signal-handler'Junio C Hamano-0/+1
2015-10-05Merge branch 'jk/async-pkt-line'Junio C Hamano-0/+1
2015-09-04pager: don't use unsafe functions in signal handlersTakashi Iwai-0/+1
2015-09-01run-command: provide in_async query functionJeff King-0/+1
2015-08-10find_hook: keep our own static bufferJeff King-0/+5
2015-05-11Merge branch 'nd/multiple-work-trees'Junio C Hamano-1/+1
2015-03-22run-command: introduce capture_command helperJeff King-0/+13
2014-12-22Merge branch 'jc/hook-cleanup'Junio C Hamano-4/+0