๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
Git 2.10.5
  1. d05d0e9 Merge branch 'ab/hooks' by Junio C Hamano ยท 9 years ago
  2. 9445b49 rev-parse: respect core.hooksPath in --git-path by Johannes Schindelin ยท 9 years ago
  3. 96335bc run-command: add pipe_command helper by Jeff King ยท 9 years ago
  4. 40cfc95 Merge branch 'nd/error-errno' by Junio C Hamano ยท 10 years ago
  5. 6675f50 Merge branch 'ab/hooks' by Junio C Hamano ยท 10 years ago
  6. fbcb0e0 run-command.c: use error_errno() by Nguyแป…n Thรกi Ngแปc Duy ยท 10 years ago
  7. 867ad08 hooks: allow customizing where the hook directory is by ร†var Arnfjรถrรฐ Bjarmason ยท 10 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. b7a6ec6 Merge branch 'jk/tighten-alloc' into maint by Junio C Hamano ยท 10 years ago
  12. bbe90e7 Merge branch 'sb/submodule-parallel-fetch' by Junio C Hamano ยท 10 years ago
  13. aa71049 run_processes_parallel: rename parameters for the callbacks by Stefan Beller ยท 10 years ago
  14. 2dac9b5 run_processes_parallel: treat output of children as byte array by Stefan Beller ยท 10 years ago
  15. 2a73b3d run-command: do not pass child process data into callbacks by Stefan Beller ยท 10 years ago
  16. 8ef250c Merge branch 'jk/epipe-in-async' by Junio C Hamano ยท 10 years ago
  17. 11529ec Merge branch 'jk/tighten-alloc' by Junio C Hamano ยท 10 years ago
  18. 9658846 write_or_die: handle EPIPE in async threads by Jeff King ยท 10 years ago
  19. 20574f5 prepare_{git,shell}_cmd: use argv_array by Jeff King ยท 10 years ago
  20. 5135d1c Merge branch 'nd/clear-gitenv-upon-use-of-alias' by Junio C Hamano ยท 10 years ago
  21. ac78663 run-command: don't warn on SIGPIPE deaths by Jeff King ยท 10 years ago
  22. c553c72 run-command: add an asynchronous parallel child processor by Stefan Beller ยท 10 years ago
  23. c3c592e Merge branch 'rs/daemon-plug-child-leak' by Junio C Hamano ยท 10 years ago
  24. 2d71608 run-command: factor out child_process_clear() by Renรฉ Scharfe ยท 10 years ago
  25. 2b72dbb Merge branch 'ti/glibc-stdio-mutex-from-signal-handler' by Junio C Hamano ยท 10 years ago
  26. 88bad58 Merge branch 'jk/async-pkt-line' by Junio C Hamano ยท 10 years ago
  27. 507d780 pager: don't use unsafe functions in signal handlers by Takashi Iwai ยท 10 years ago
  28. 661a8cf run-command: provide in_async query function by Jeff King ยท 10 years ago
  29. 1302c9f Merge branch 'jk/long-error-messages' by Junio C Hamano ยท 10 years ago
  30. 3b331e9 vreportf: report to arbitrary filehandles by Jeff King ยท 10 years ago
  31. 03f2c77 find_hook: keep our own static buffer by Jeff King ยท 10 years ago
  32. 68a2e6a Merge branch 'nd/multiple-work-trees' by Junio C Hamano ยท 11 years ago
  33. ea1fd48 Merge branch 'jk/run-command-capture' by Junio C Hamano ยท 11 years ago
  34. c29b396 run-command: forbid using run_command with piped output by Jeff King ยท 11 years ago
  35. 911ec99 run-command: introduce capture_command helper by Jeff King ยท 11 years ago
  36. 1b56cdf git-compat-util.h: move SHELL_PATH default into header by Kyle J. McKay ยท 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. 6066a7e run-command: use void to declare that functions take no parameters by Renรฉ Scharfe ยท 11 years ago
  41. e4da4fb Merge branch 'eb/no-pthreads' by Junio C Hamano ยท 11 years ago
  42. 0f4b6db Handle atexit list internaly for unthreaded builds by Etienne Buira ยท 11 years ago
  43. 19a583d run-command: add env_array, an optional argv_array for env by Renรฉ Scharfe ยท 11 years ago
  44. 1f87293 run-command: inline prepare_run_command_v_opt() by Renรฉ Scharfe ยท 11 years ago
  45. 41e9bad run-command: call run_command_v_opt_cd_env() instead of duplicating it by Renรฉ Scharfe ยท 11 years ago
  46. 483bbd4 run-command: introduce child_process_init() by Renรฉ Scharfe ยท 11 years ago
  47. d318027 run-command: introduce CHILD_PROCESS_INIT by Renรฉ Scharfe ยท 11 years ago
  48. 385e171 Merge branch 'sk/mingw-uni-fix-more' by Junio C Hamano ยท 11 years ago
  49. 77734da Win32: don't copy the environment twice when spawning child processes by Karsten Blees ยท 11 years ago
  50. d1d0945 run-command: use internal argv_array of struct child_process in run_hook_ve() by Renรฉ Scharfe ยท 11 years ago
  51. c460c0e run-command: store an optional argv_array by Jeff King ยท 12 years ago
  52. 15048f8 commit: fix patch hunk editing with "commit -p -m" by Benoit Pierre ยท 12 years ago
  53. 5a50085 run-command: trivial style fixes by Felipe Contreras ยท 12 years ago
  54. 1d1934c Merge branch 'tr/fd-gotcha-fixes' by Junio C Hamano ยท 12 years ago
  55. a77f106 run-command: dup_devnull(): guard against syscalls failing by Thomas Rast ยท 12 years ago
  56. 380395d mingw: rename WIN32 cpp macro to GIT_WINDOWS_NATIVE by Jonathan Nieder ยท 13 years ago
  57. 9526aa4 Merge branch 'jk/a-thread-only-dies-once' by Junio C Hamano ยท 13 years ago
  58. 1ece66b run-command: use thread-aware die_is_recursing routine by Jeff King ยท 13 years ago
  59. 25043d8 run-command: always set failed_errno in start_command by Jeff King ยท 13 years ago
  60. b5b56ea Merge branch 'sb/run-command-fd-error-reporting' by Junio C Hamano ยท 13 years ago
  61. 939296c run-command: be more informative about what failed by Stephen Boyd ยท 13 years ago
  62. 5a7da2d hooks: Add function to check if a hook exists by Aaron Schrab ยท 13 years ago
  63. 709ca73 run-command: encode signal death as a positive integer by Jeff King ยท 13 years ago
  64. 0398fc3 fix compilation with NO_PTHREADS by Jeff King ยท 13 years ago
  65. a2767c5 run-command: do not warn about child death from terminal by Jeff King ยท 13 years ago
  66. 1327452 run-command: drop silent_exec_failure arg from wait_or_whine by Jeff King ยท 13 years ago
  67. 55ff630 Merge branch 'jk/no-more-pre-exec-callback' by Jeff King ยท 13 years ago
  68. cc84144 Merge branch 'dg/run-command-child-cleanup' into maint by Junio C Hamano ยท 13 years ago
  69. 5816cc7 Merge branch 'dg/run-command-child-cleanup' by Junio C Hamano ยท 13 years ago
  70. 91feb38 Merge branch 'jc/maint-sane-execvp-notdir' into maint-1.7.11 by Junio C Hamano ยท 13 years ago
  71. bdee397 run-command.c: fix broken list iteration in clear_child_for_cleanup by David Gould ยท 13 years ago
  72. 12d858a Merge branch 'jc/maint-sane-execvp-notdir' by Junio C Hamano ยท 13 years ago
  73. a785508 sane_execvp(): ignore non-directory on $PATH by Junio C Hamano ยท 13 years ago
  74. e8320f3 pager: drop "wait for output to run less" hack by Jeff King ยท 14 years ago
  75. 8cc5223 Merge branch 'js/spawn-via-shell-path-fix' by Junio C Hamano ยท 14 years ago
  76. bd6f71d Merge branch 'jk/run-command-eacces' by Junio C Hamano ยท 14 years ago
  77. 7762975 Do not use SHELL_PATH from build system in prepare_shell_cmd on Windows by Johannes Sixt ยท 14 years ago
  78. 38f865c run-command: treat inaccessible directories as ENOENT by Jeff King ยท 14 years ago
  79. b3e34dd Use SHELL_PATH from build system in run_command.c:prepare_shell_cmd by Ben Walton ยท 14 years ago
  80. 10c6cdd dashed externals: kill children on exit by Clemens Buchacher ยท 14 years ago
  81. afe19ff run-command: optionally kill children on exit by Jeff King ยท 14 years ago
  82. 7a95d1b Merge branch 'jk/argv-array' by Junio C Hamano ยท 14 years ago
  83. 5d40a17 run_hook: use argv_array API by Jeff King ยท 14 years ago
  84. fc1b56f notice error exit from pager by Clemens Buchacher ยท 14 years ago
  85. 3bc4181 error_routine: use parent's stderr if exec fails by Clemens Buchacher ยท 14 years ago
  86. a111eb7 run-command: handle short writes and EINTR in die_child by Jonathan Nieder ยท 15 years ago
  87. 60e199c Revert "run-command: prettify -D_FORTIFY_SOURCE workaround" by Junio C Hamano ยท 15 years ago
  88. ebec842 run-command: prettify -D_FORTIFY_SOURCE workaround by Jonathan Nieder ยท 15 years ago
  89. 13af8cb start_command: flush buffers in the WIN32 code path as well by Johannes Sixt ยท 15 years ago
  90. 7626550 Merge branch 'js/async-thread' by Junio C Hamano ยท 15 years ago
  91. fc012c2 start_command: close cmd->err descriptor when fork/spawn fails by bert Dvornik ยท 16 years ago
  92. 4553d58 Merge branch 'jl/maint-submodule-gitfile-awareness' by Junio C Hamano ยท 16 years ago
  93. f9a2743 Windows: start_command: Support non-NULL dir in struct child_process by Johannes Sixt ยท 16 years ago
  94. f6b6098 Enable threaded async procedures whenever pthreads is available by Johannes Sixt ยท 16 years ago
  95. b7e7f6f Merge branch 'mw/maint-gcc-warns-unused-write' by Junio C Hamano ยท 16 years ago
  96. 0ea1c89 Dying in an async procedure should only exit the thread, not the process. by Johannes Sixt ยท 16 years ago
  97. 200a76b Reimplement async procedures using pthreads by Johannes Sixt ยท 16 years ago
  98. 90ff12a run-command.c: fix build warnings on Ubuntu by Michael Wookey ยท 16 years ago
  99. 76d44c8 Merge branch 'sp/maint-push-sideband' into sp/push-sideband by Junio C Hamano ยท 16 years ago
  100. ae6a560 run-command: support custom fd-set in async by Erik Faye-Lund ยท 16 years ago