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