1. 539052f run-command.h: fix mis-indented struct member by Jeff King · 5 years ago
  2. 4c4066d run-command: move doc to run-command.h by Heba Waly · 5 years ago
  3. b199d71 *.[ch]: remove extern from function declarations using sed by Denton Liu · 6 years ago
  4. 5545442 *.[ch]: remove extern from function declarations using spatch by Denton Liu · 6 years ago
  5. ee4512e trace2: create new combined trace facility by Jeff Hostetler · 6 years ago
  6. 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
  7. 10bc232 run-command.h: include thread-utils.h instead of pthread.h by Nguyễn Thái Ngọc Duy · 6 years ago
  8. 38124a4 run-command: expose is_executable function by Brandon Williams · 8 years ago
  9. 46df690 execv_dashed_external: wait for child on signal death by Jeff King · 8 years ago
  10. ac2fbaa run-command: add clean_on_exit_handler by Lars Schneider · 8 years ago
  11. b992fe1 run-command: move check_pipe() from write_or_die to run_command by Lars Schneider · 8 years ago
  12. 96335bc run-command: add pipe_command helper by Jeff King · 9 years ago
  13. d689301 Merge branch 'jk/push-client-deadlock-fix' by Junio C Hamano · 9 years ago
  14. c792d7b run-command: teach async threads to ignore SIGPIPE by Jeff King · 9 years ago
  15. bdebbeb Merge branch 'sb/submodule-parallel-update' by Junio C Hamano · 9 years ago
  16. bbe90e7 Merge branch 'sb/submodule-parallel-fetch' by Junio C Hamano · 9 years ago
  17. aa71049 run_processes_parallel: rename parameters for the callbacks by Stefan Beller · 9 years ago
  18. 2a73b3d run-command: do not pass child process data into callbacks by Stefan Beller · 9 years ago
  19. 8ef250c Merge branch 'jk/epipe-in-async' by Junio C Hamano · 9 years ago
  20. 9658846 write_or_die: handle EPIPE in async threads by Jeff King · 9 years ago
  21. c553c72 run-command: add an asynchronous parallel child processor by Stefan Beller · 9 years ago
  22. c3c592e Merge branch 'rs/daemon-plug-child-leak' by Junio C Hamano · 9 years ago
  23. 2d71608 run-command: factor out child_process_clear() by René Scharfe · 9 years ago
  24. 2b72dbb Merge branch 'ti/glibc-stdio-mutex-from-signal-handler' by Junio C Hamano · 9 years ago
  25. 88bad58 Merge branch 'jk/async-pkt-line' by Junio C Hamano · 9 years ago
  26. 507d780 pager: don't use unsafe functions in signal handlers by Takashi Iwai · 9 years ago
  27. 661a8cf run-command: provide in_async query function by Jeff King · 9 years ago
  28. 03f2c77 find_hook: keep our own static buffer by Jeff King · 10 years ago
  29. 68a2e6a Merge branch 'nd/multiple-work-trees' by Junio C Hamano · 10 years ago
  30. 911ec99 run-command: introduce capture_command helper by Jeff King · 10 years ago
  31. 77a801d Merge branch 'jc/hook-cleanup' by Junio C Hamano · 10 years ago
  32. dcf6926 path.c: make get_pathname() call sites return const char * by Nguyễn Thái Ngọc Duy · 10 years ago
  33. 814dd8e run-command.c: retire unused run_hook_with_custom_index() by Junio C Hamano · 10 years ago
  34. 19a583d run-command: add env_array, an optional argv_array for env by René Scharfe · 10 years ago
  35. 483bbd4 run-command: introduce child_process_init() by René Scharfe · 11 years ago
  36. d318027 run-command: introduce CHILD_PROCESS_INIT by René Scharfe · 11 years ago
  37. c460c0e run-command: store an optional argv_array by Jeff King · 11 years ago
  38. b549be0 run-command: mark run_hook_with_custom_index as deprecated by Benoit Pierre · 11 years ago
  39. 15048f8 commit: fix patch hunk editing with "commit -p -m" by Benoit Pierre · 11 years ago
  40. 9fe3edc Add the LAST_ARG_MUST_BE_NULL macro by Ramsay Jones · 12 years ago
  41. eccb614 use "sentinel" function attribute for variadic lists by Jeff King · 12 years ago
  42. 5a7da2d hooks: Add function to check if a hook exists by Aaron Schrab · 12 years ago
  43. e8320f3 pager: drop "wait for output to run less" hack by Jeff King · 13 years ago
  44. 10c6cdd dashed externals: kill children on exit by Clemens Buchacher · 13 years ago
  45. afe19ff run-command: optionally kill children on exit by Jeff King · 13 years ago
  46. f6b6098 Enable threaded async procedures whenever pthreads is available by Johannes Sixt · 15 years ago
  47. 200a76b Reimplement async procedures using pthreads by Johannes Sixt · 15 years ago
  48. 76d44c8 Merge branch 'sp/maint-push-sideband' into sp/push-sideband by Junio C Hamano · 15 years ago
  49. ae6a560 run-command: support custom fd-set in async by Erik Faye-Lund · 15 years ago
  50. 4f41b61 run-command: Allow stderr to be a caller supplied pipe by Shawn O. Pearce · 15 years ago
  51. 8dba1e6 run-command: add "use shell" option by Jeff King · 15 years ago
  52. 71064e3 Test for WIN32 instead of __MINGW32_ by Frank Li · 15 years ago
  53. c024beb run_command: report failure to execute the program, but optionally don't by Johannes Sixt · 16 years ago
  54. 0ac77ec run_command: report system call errors instead of returning error codes by Johannes Sixt · 16 years ago
  55. 5709e03 run_command: return exit code as positive value by Johannes Sixt · 16 years ago
  56. fd94836 fix portability problem with IS_RUN_COMMAND_ERR by Jeff King · 16 years ago
  57. 1487eb6 Merge branch 'jk/maint-cleanup-after-exec-failure' by Junio C Hamano · 16 years ago
  58. 1d64f21 run_command(): help callers distinguish errors by Jeff King · 16 years ago
  59. ae98a00 Move run_hook() from builtin-commit.c into run-command.c (libgit) by Stephan Beyer · 16 years ago
  60. 7996ff3 run-command.c: remove run_command_v_opt_cd() by Nanako Shiraishi · 16 years ago
  61. ccf08bc run-command: add pre-exec callback by Jeff King · 17 years ago
  62. 618ebe9 Windows: Implement asynchronous functions as threads. by Johannes Sixt · 17 years ago
  63. c20181e start_command(), if .in/.out > 0, closes file descriptors, not the callers by Johannes Sixt · 17 years ago
  64. e72ae28 start_command(), .in/.out/.err = -1: Callers must close the file descriptor by Johannes Sixt · 17 years ago
  65. b73a439 run-command: Support sending stderr to /dev/null by Shawn O. Pearce · 17 years ago
  66. 2d22c20 Add infrastructure to run a function asynchronously. by Johannes Sixt · 17 years ago
  67. f3b33f1 Have start_command() create a pipe to read the stderr of the child. by Johannes Sixt · 17 years ago
  68. 3427b37 Allow environment variables to be unset in the processes started by run_command by Alex Riesen · 18 years ago
  69. ee49314 Add ability to specify environment extension to run_command by Alex Riesen · 18 years ago
  70. 1568fea Add run_command_v_opt_cd: chdir into a directory before exec by Alex Riesen · 18 years ago
  71. e4507ae Teach run-command to redirect stdout to /dev/null by Shawn O. Pearce · 18 years ago
  72. f4bba25 Teach run-command about stdout redirection by Shawn O. Pearce · 18 years ago
  73. 4919bf0 Teach run_command how to setup a stdin pipe by Shawn O. Pearce · 18 years ago
  74. ebcb5d1 Split run_command into two halves (start/finish) by Shawn O. Pearce · 18 years ago
  75. f100089 Start defining a more sophisticated run_command by Shawn O. Pearce · 18 years ago
  76. afdb269 Remove unused run_command variants by Shawn O. Pearce · 18 years ago
  77. 95d3c4f Use /dev/null for update hook stdin. by Shawn O. Pearce · 18 years ago
  78. cd83c74 Redirect update hook stdout to stderr. by Shawn O. Pearce · 18 years ago
  79. 9b0b509 Remove unnecessary argc parameter from run_command_v. by Shawn O. Pearce · 18 years ago
  80. 9201c70 Const tightening. by Junio C Hamano · 19 years ago
  81. 77cb17e Exec git programs without using PATH. by Michal Ostrowski · 19 years ago
  82. 128aed6 Clean up file descriptors when calling hooks. by Daniel Barkalow · 19 years ago
  83. 1961433 receive-pack hooks updates. by Junio C Hamano · 20 years ago
  84. b1bf95b [PATCH] Added hook in git-receive-pack by Josef Weidendorfer · 20 years ago