105 Commits (6d51217467afe5303349cb5c57b6b131201f73f3)

Author SHA1 Message Date
Emily Shaffer 95ba86a203 run-command: remove old run_hook_{le,ve}() hook API 3 years ago
Emily Shaffer dbb1c61365 read-cache: convert post-index-change to use hook.h 3 years ago
Ævar Arnfjörð Bjarmason c7c4bdeccf run-command API: remove "env" member, always use "env_array" 3 years ago
Ævar Arnfjörð Bjarmason d3b2159712 run-command API: remove "argv" member, always use "args" 3 years ago
Ævar Arnfjörð Bjarmason 5e3aba33da hook.[ch]: move find_hook() from run-command.c to hook.c 3 years ago
Jeff Hostetler fdb1322651 run-command: create start_bg_command 3 years ago
Pranit Bauva 3f36e6f30c run-command: make `exists_in_PATH()` non-static 3 years ago
Johannes Schindelin 28d04e1ec1 run-command: offer to close the object store before running 3 years ago
Johannes Schindelin 3322a9d87f run-command: prettify the `RUN_COMMAND_*` flags 3 years ago
Ævar Arnfjörð Bjarmason 3d97ea479f *.h: move some *_INIT to designated initializers 4 years ago
Jonathan Tan d1fa94356d run-command: refactor subprocess env preparation 4 years ago
Jeff King ee4e22554f run-command: document use_shell option 4 years ago
Derrick Stolee a95ce12430 maintenance: replace run_auto_gc() 4 years ago
Jeff King c972bf4cf5 strvec: convert remaining callers away from argv_array name 5 years ago
Jeff King dbbcd44fb4 strvec: rename files from argv-array to strvec 5 years ago
Trygve Aaberge e662df7e83 Wait for child on signal death for aliases to builtins 5 years ago
Junio C Hamano 850b6edefa auto-gc: extract a reusable helper from "git fetch" 5 years ago
Jeff King 539052f42f run-command.h: fix mis-indented struct member 5 years ago
Heba Waly 4c4066d95d run-command: move doc to run-command.h 5 years ago
Denton Liu b199d7147a *.[ch]: remove extern from function declarations using sed 6 years ago
Denton Liu 554544276a *.[ch]: remove extern from function declarations using spatch 6 years ago
Jeff Hostetler ee4512ed48 trace2: create new combined trace facility 6 years ago
Nguyễn Thái Ngọc Duy c0e40a2d66 send-pack.c: move async's #ifdef NO_PTHREADS back to run-command.c 6 years ago
Nguyễn Thái Ngọc Duy 10bc232d0f run-command.h: include thread-utils.h instead of pthread.h 6 years ago
Brandon Williams 38124a40e4 run-command: expose is_executable function 8 years ago
Jeff King 46df6906f3 execv_dashed_external: wait for child on signal death 8 years ago
Lars Schneider ac2fbaa674 run-command: add clean_on_exit_handler 8 years ago
Lars Schneider b992fe104e run-command: move check_pipe() from write_or_die to run_command 8 years ago
Jeff King 96335bcf4d run-command: add pipe_command helper 9 years ago
Jeff King c792d7b6ce run-command: teach async threads to ignore SIGPIPE 9 years ago
Stefan Beller aa71049485 run_processes_parallel: rename parameters for the callbacks 9 years ago
Stefan Beller 2a73b3dad0 run-command: do not pass child process data into callbacks 9 years ago
Jeff King 9658846ce3 write_or_die: handle EPIPE in async threads 9 years ago
Stefan Beller c553c72eed run-command: add an asynchronous parallel child processor 9 years ago
René Scharfe 2d71608ec0 run-command: factor out child_process_clear() 9 years ago
Takashi Iwai 507d7804c0 pager: don't use unsafe functions in signal handlers 10 years ago
Jeff King 661a8cf408 run-command: provide in_async query function 10 years ago
Jeff King 03f2c7731b find_hook: keep our own static buffer 10 years ago
Jeff King 911ec99b68 run-command: introduce capture_command helper 10 years ago
Nguyễn Thái Ngọc Duy dcf692625a path.c: make get_pathname() call sites return const char * 10 years ago
Junio C Hamano 814dd8e078 run-command.c: retire unused run_hook_with_custom_index() 10 years ago
René Scharfe 19a583dc39 run-command: add env_array, an optional argv_array for env 10 years ago
René Scharfe 483bbd4e4c run-command: introduce child_process_init() 11 years ago
René Scharfe d318027932 run-command: introduce CHILD_PROCESS_INIT 11 years ago
Jeff King c460c0ecdc run-command: store an optional argv_array 11 years ago
Benoit Pierre b549be0da7 run-command: mark run_hook_with_custom_index as deprecated 11 years ago
Benoit Pierre 15048f8a9a commit: fix patch hunk editing with "commit -p -m" 11 years ago
Ramsay Jones 9fe3edc47f Add the LAST_ARG_MUST_BE_NULL macro 12 years ago
Jeff King eccb614924 use "sentinel" function attribute for variadic lists 12 years ago
Aaron Schrab 5a7da2dca1 hooks: Add function to check if a hook exists 12 years ago