1. be4ac3b Merge branch 'rs/no-more-run-command-v' by Taylor Blau · 2 years, 4 months ago
  2. ddbb47f replace and remove run_command_v_opt() by René Scharfe · 2 years, 4 months ago
  3. ef249b3 replace and remove run_command_v_opt_cd_env_tr2() by René Scharfe · 2 years, 4 months ago
  4. d82dbbd replace and remove run_command_v_opt_tr2() by René Scharfe · 2 years, 4 months ago
  5. eb5b6b5 replace and remove run_command_v_opt_cd_env() by René Scharfe · 2 years, 4 months ago
  6. 53c4be3 run-command: fix return value comment by René Scharfe · 2 years, 4 months ago
  7. 36d69bf run-command API: move *_tr2() users to "run_processes_parallel()" by Ævar Arnfjörð Bjarmason · 2 years, 5 months ago
  8. 6e5ba0b run-command API: have run_process_parallel() take an "opts" struct by Ævar Arnfjörð Bjarmason · 2 years, 5 months ago
  9. 6a48b42 run-command API: make "n" parameter a "size_t" by Ævar Arnfjörð Bjarmason · 2 years, 5 months ago
  10. 7dd5762 run-command API: have "run_processes_parallel{,_tr2}()" return void by Ævar Arnfjörð Bjarmason · 2 years, 5 months ago
  11. 1a7f6be Merge branch 'ab/hooks-regression-fix' by Junio C Hamano · 2 years, 9 months ago
  12. c21fa3b Merge branch 'ab/env-array' by Junio C Hamano · 2 years, 9 months ago
  13. fd3aaf5 run-command: add an "ungroup" option to run_process_parallel() by Ævar Arnfjörð Bjarmason · 2 years, 9 months ago
  14. b319325 run-command API users: use "env" not "env_array" in comments & names by Ævar Arnfjörð Bjarmason · 2 years, 9 months ago
  15. 29fda24 run-command API: rename "env_array" to "env" by Ævar Arnfjörð Bjarmason · 2 years, 9 months ago
  16. 551f502 run-command.h: remove always unused "clean_on_exit_handler_cbdata" by Ævar Arnfjörð Bjarmason · 3 years ago
  17. 95ba86a run-command: remove old run_hook_{le,ve}() hook API by Emily Shaffer · 3 years, 3 months ago
  18. dbb1c61 read-cache: convert post-index-change to use hook.h by Emily Shaffer · 3 years, 3 months ago
  19. c7c4bde run-command API: remove "env" member, always use "env_array" by Ævar Arnfjörð Bjarmason · 3 years, 3 months ago
  20. d3b2159 run-command API: remove "argv" member, always use "args" by Ævar Arnfjörð Bjarmason · 3 years, 3 months ago
  21. af303ee Merge branch 'jh/builtin-fsmonitor-part1' by Junio C Hamano · 3 years, 5 months ago
  22. 5e3aba3 hook.[ch]: move find_hook() from run-command.c to hook.c by Ævar Arnfjörð Bjarmason · 3 years, 5 months ago
  23. 0a4cb1f Merge branch 'mr/bisect-in-c-4' by Junio C Hamano · 3 years, 6 months ago
  24. fdb1322 run-command: create start_bg_command by Jeff Hostetler · 3 years, 6 months ago
  25. 3f36e6f run-command: make `exists_in_PATH()` non-static by Pranit Bauva · 3 years, 6 months ago
  26. 28d04e1 run-command: offer to close the object store before running by Johannes Schindelin · 3 years, 6 months ago
  27. 3322a9d run-command: prettify the `RUN_COMMAND_*` flags by Johannes Schindelin · 3 years, 6 months ago
  28. 8721e2e Merge branch 'jt/partial-clone-submodule-1' by Junio C Hamano · 3 years, 8 months ago
  29. 3d97ea4 *.h: move some *_INIT to designated initializers by Ævar Arnfjörð Bjarmason · 3 years, 8 months ago
  30. d1fa943 run-command: refactor subprocess env preparation by Jonathan Tan · 3 years, 9 months ago
  31. ee4e225 run-command: document use_shell option by Jeff King · 4 years, 2 months ago
  32. a95ce12 maintenance: replace run_auto_gc() by Derrick Stolee · 4 years, 6 months ago
  33. c972bf4 strvec: convert remaining callers away from argv_array name by Jeff King · 4 years, 7 months ago
  34. dbbcd44 strvec: rename files from argv-array to strvec by Jeff King · 4 years, 7 months ago
  35. 05920f0 Merge branch 'ta/wait-on-aliased-commands-upon-signal' into master by Junio C Hamano · 4 years, 8 months ago
  36. e662df7 Wait for child on signal death for aliases to builtins by Trygve Aaberge · 4 years, 8 months ago
  37. 850b6ed auto-gc: extract a reusable helper from "git fetch" by Junio C Hamano · 4 years, 10 months ago
  38. 539052f run-command.h: fix mis-indented struct member by Jeff King · 5 years ago
  39. 4c4066d run-command: move doc to run-command.h by Heba Waly · 5 years ago
  40. b199d71 *.[ch]: remove extern from function declarations using sed by Denton Liu · 6 years ago
  41. 5545442 *.[ch]: remove extern from function declarations using spatch by Denton Liu · 6 years ago
  42. ee4512e trace2: create new combined trace facility by Jeff Hostetler · 6 years ago
  43. c0e40a2 send-pack.c: move async's #ifdef NO_PTHREADS back to run-command.c by Nguyễn Thái Ngọc Duy · 6 years ago
  44. 10bc232 run-command.h: include thread-utils.h instead of pthread.h by Nguyễn Thái Ngọc Duy · 6 years ago
  45. 38124a4 run-command: expose is_executable function by Brandon Williams · 8 years ago
  46. 46df690 execv_dashed_external: wait for child on signal death by Jeff King · 8 years ago
  47. ac2fbaa run-command: add clean_on_exit_handler by Lars Schneider · 8 years ago
  48. b992fe1 run-command: move check_pipe() from write_or_die to run_command by Lars Schneider · 8 years ago
  49. 96335bc run-command: add pipe_command helper by Jeff King · 9 years ago
  50. d689301 Merge branch 'jk/push-client-deadlock-fix' by Junio C Hamano · 9 years ago
  51. c792d7b run-command: teach async threads to ignore SIGPIPE by Jeff King · 9 years ago
  52. bdebbeb Merge branch 'sb/submodule-parallel-update' by Junio C Hamano · 9 years ago
  53. bbe90e7 Merge branch 'sb/submodule-parallel-fetch' by Junio C Hamano · 9 years ago
  54. aa71049 run_processes_parallel: rename parameters for the callbacks by Stefan Beller · 9 years ago
  55. 2a73b3d run-command: do not pass child process data into callbacks by Stefan Beller · 9 years ago
  56. 8ef250c Merge branch 'jk/epipe-in-async' by Junio C Hamano · 9 years ago
  57. 9658846 write_or_die: handle EPIPE in async threads by Jeff King · 9 years ago
  58. c553c72 run-command: add an asynchronous parallel child processor by Stefan Beller · 9 years ago
  59. c3c592e Merge branch 'rs/daemon-plug-child-leak' by Junio C Hamano · 9 years ago
  60. 2d71608 run-command: factor out child_process_clear() by René Scharfe · 9 years ago
  61. 2b72dbb Merge branch 'ti/glibc-stdio-mutex-from-signal-handler' by Junio C Hamano · 9 years ago
  62. 88bad58 Merge branch 'jk/async-pkt-line' by Junio C Hamano · 9 years ago
  63. 507d780 pager: don't use unsafe functions in signal handlers by Takashi Iwai · 10 years ago
  64. 661a8cf run-command: provide in_async query function by Jeff King · 10 years ago
  65. 03f2c77 find_hook: keep our own static buffer by Jeff King · 10 years ago
  66. 68a2e6a Merge branch 'nd/multiple-work-trees' by Junio C Hamano · 10 years ago
  67. 911ec99 run-command: introduce capture_command helper by Jeff King · 10 years ago
  68. 77a801d Merge branch 'jc/hook-cleanup' by Junio C Hamano · 10 years ago
  69. dcf6926 path.c: make get_pathname() call sites return const char * by Nguyễn Thái Ngọc Duy · 10 years ago
  70. 814dd8e run-command.c: retire unused run_hook_with_custom_index() by Junio C Hamano · 10 years ago
  71. 19a583d run-command: add env_array, an optional argv_array for env by René Scharfe · 10 years ago
  72. 483bbd4 run-command: introduce child_process_init() by René Scharfe · 11 years ago
  73. d318027 run-command: introduce CHILD_PROCESS_INIT by René Scharfe · 11 years ago
  74. c460c0e run-command: store an optional argv_array by Jeff King · 11 years ago
  75. b549be0 run-command: mark run_hook_with_custom_index as deprecated by Benoit Pierre · 11 years ago
  76. 15048f8 commit: fix patch hunk editing with "commit -p -m" by Benoit Pierre · 11 years ago
  77. 9fe3edc Add the LAST_ARG_MUST_BE_NULL macro by Ramsay Jones · 12 years ago
  78. eccb614 use "sentinel" function attribute for variadic lists by Jeff King · 12 years ago
  79. 5a7da2d hooks: Add function to check if a hook exists by Aaron Schrab · 12 years ago
  80. e8320f3 pager: drop "wait for output to run less" hack by Jeff King · 13 years ago
  81. 10c6cdd dashed externals: kill children on exit by Clemens Buchacher · 13 years ago
  82. afe19ff run-command: optionally kill children on exit by Jeff King · 13 years ago
  83. f6b6098 Enable threaded async procedures whenever pthreads is available by Johannes Sixt · 15 years ago
  84. 200a76b Reimplement async procedures using pthreads by Johannes Sixt · 15 years ago
  85. 76d44c8 Merge branch 'sp/maint-push-sideband' into sp/push-sideband by Junio C Hamano · 15 years ago
  86. ae6a560 run-command: support custom fd-set in async by Erik Faye-Lund · 15 years ago
  87. 4f41b61 run-command: Allow stderr to be a caller supplied pipe by Shawn O. Pearce · 15 years ago
  88. 8dba1e6 run-command: add "use shell" option by Jeff King · 15 years ago
  89. 71064e3 Test for WIN32 instead of __MINGW32_ by Frank Li · 15 years ago
  90. c024beb run_command: report failure to execute the program, but optionally don't by Johannes Sixt · 16 years ago
  91. 0ac77ec run_command: report system call errors instead of returning error codes by Johannes Sixt · 16 years ago
  92. 5709e03 run_command: return exit code as positive value by Johannes Sixt · 16 years ago
  93. fd94836 fix portability problem with IS_RUN_COMMAND_ERR by Jeff King · 16 years ago
  94. 1487eb6 Merge branch 'jk/maint-cleanup-after-exec-failure' by Junio C Hamano · 16 years ago
  95. 1d64f21 run_command(): help callers distinguish errors by Jeff King · 16 years ago
  96. ae98a00 Move run_hook() from builtin-commit.c into run-command.c (libgit) by Stephan Beyer · 16 years ago
  97. 7996ff3 run-command.c: remove run_command_v_opt_cd() by Nanako Shiraishi · 16 years ago
  98. ccf08bc run-command: add pre-exec callback by Jeff King · 17 years ago
  99. 618ebe9 Windows: Implement asynchronous functions as threads. by Johannes Sixt · 17 years ago
  100. c20181e start_command(), if .in/.out > 0, closes file descriptors, not the callers by Johannes Sixt · 17 years ago