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