๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
Git 2.7.6
  1. b7a6ec6 Merge branch 'jk/tighten-alloc' into maint by Junio C Hamano ยท 10 years ago
  2. 9658846 write_or_die: handle EPIPE in async threads by Jeff King ยท 10 years ago
  3. 20574f5 prepare_{git,shell}_cmd: use argv_array by Jeff King ยท 10 years ago
  4. c3c592e Merge branch 'rs/daemon-plug-child-leak' by Junio C Hamano ยท 10 years ago
  5. 2d71608 run-command: factor out child_process_clear() by Renรฉ Scharfe ยท 10 years ago
  6. 2b72dbb Merge branch 'ti/glibc-stdio-mutex-from-signal-handler' by Junio C Hamano ยท 10 years ago
  7. 88bad58 Merge branch 'jk/async-pkt-line' by Junio C Hamano ยท 10 years ago
  8. 507d780 pager: don't use unsafe functions in signal handlers by Takashi Iwai ยท 10 years ago
  9. 661a8cf run-command: provide in_async query function by Jeff King ยท 10 years ago
  10. 1302c9f Merge branch 'jk/long-error-messages' by Junio C Hamano ยท 10 years ago
  11. 3b331e9 vreportf: report to arbitrary filehandles by Jeff King ยท 10 years ago
  12. 03f2c77 find_hook: keep our own static buffer by Jeff King ยท 10 years ago
  13. 68a2e6a Merge branch 'nd/multiple-work-trees' by Junio C Hamano ยท 11 years ago
  14. ea1fd48 Merge branch 'jk/run-command-capture' by Junio C Hamano ยท 11 years ago
  15. c29b396 run-command: forbid using run_command with piped output by Jeff King ยท 11 years ago
  16. 911ec99 run-command: introduce capture_command helper by Jeff King ยท 11 years ago
  17. 1b56cdf git-compat-util.h: move SHELL_PATH default into header by Kyle J. McKay ยท 11 years ago
  18. 77a801d Merge branch 'jc/hook-cleanup' by Junio C Hamano ยท 11 years ago
  19. dcf6926 path.c: make get_pathname() call sites return const char * by Nguyแป…n Thรกi Ngแปc Duy ยท 11 years ago
  20. 814dd8e run-command.c: retire unused run_hook_with_custom_index() by Junio C Hamano ยท 11 years ago
  21. 6066a7e run-command: use void to declare that functions take no parameters by Renรฉ Scharfe ยท 11 years ago
  22. e4da4fb Merge branch 'eb/no-pthreads' by Junio C Hamano ยท 11 years ago
  23. 0f4b6db Handle atexit list internaly for unthreaded builds by Etienne Buira ยท 11 years ago
  24. 19a583d run-command: add env_array, an optional argv_array for env by Renรฉ Scharfe ยท 11 years ago
  25. 1f87293 run-command: inline prepare_run_command_v_opt() by Renรฉ Scharfe ยท 11 years ago
  26. 41e9bad run-command: call run_command_v_opt_cd_env() instead of duplicating it by Renรฉ Scharfe ยท 11 years ago
  27. 483bbd4 run-command: introduce child_process_init() by Renรฉ Scharfe ยท 11 years ago
  28. d318027 run-command: introduce CHILD_PROCESS_INIT by Renรฉ Scharfe ยท 11 years ago
  29. 385e171 Merge branch 'sk/mingw-uni-fix-more' by Junio C Hamano ยท 11 years ago
  30. 77734da Win32: don't copy the environment twice when spawning child processes by Karsten Blees ยท 11 years ago
  31. d1d0945 run-command: use internal argv_array of struct child_process in run_hook_ve() by Renรฉ Scharfe ยท 11 years ago
  32. c460c0e run-command: store an optional argv_array by Jeff King ยท 12 years ago
  33. 15048f8 commit: fix patch hunk editing with "commit -p -m" by Benoit Pierre ยท 12 years ago
  34. 5a50085 run-command: trivial style fixes by Felipe Contreras ยท 12 years ago
  35. 1d1934c Merge branch 'tr/fd-gotcha-fixes' by Junio C Hamano ยท 12 years ago
  36. a77f106 run-command: dup_devnull(): guard against syscalls failing by Thomas Rast ยท 12 years ago
  37. 380395d mingw: rename WIN32 cpp macro to GIT_WINDOWS_NATIVE by Jonathan Nieder ยท 13 years ago
  38. 9526aa4 Merge branch 'jk/a-thread-only-dies-once' by Junio C Hamano ยท 13 years ago
  39. 1ece66b run-command: use thread-aware die_is_recursing routine by Jeff King ยท 13 years ago
  40. 25043d8 run-command: always set failed_errno in start_command by Jeff King ยท 13 years ago
  41. b5b56ea Merge branch 'sb/run-command-fd-error-reporting' by Junio C Hamano ยท 13 years ago
  42. 939296c run-command: be more informative about what failed by Stephen Boyd ยท 13 years ago
  43. 5a7da2d hooks: Add function to check if a hook exists by Aaron Schrab ยท 13 years ago
  44. 709ca73 run-command: encode signal death as a positive integer by Jeff King ยท 13 years ago
  45. 0398fc3 fix compilation with NO_PTHREADS by Jeff King ยท 13 years ago
  46. a2767c5 run-command: do not warn about child death from terminal by Jeff King ยท 13 years ago
  47. 1327452 run-command: drop silent_exec_failure arg from wait_or_whine by Jeff King ยท 13 years ago
  48. 55ff630 Merge branch 'jk/no-more-pre-exec-callback' by Jeff King ยท 13 years ago
  49. cc84144 Merge branch 'dg/run-command-child-cleanup' into maint by Junio C Hamano ยท 13 years ago
  50. 5816cc7 Merge branch 'dg/run-command-child-cleanup' by Junio C Hamano ยท 13 years ago
  51. 91feb38 Merge branch 'jc/maint-sane-execvp-notdir' into maint-1.7.11 by Junio C Hamano ยท 13 years ago
  52. bdee397 run-command.c: fix broken list iteration in clear_child_for_cleanup by David Gould ยท 13 years ago
  53. 12d858a Merge branch 'jc/maint-sane-execvp-notdir' by Junio C Hamano ยท 13 years ago
  54. a785508 sane_execvp(): ignore non-directory on $PATH by Junio C Hamano ยท 13 years ago
  55. e8320f3 pager: drop "wait for output to run less" hack by Jeff King ยท 14 years ago
  56. 8cc5223 Merge branch 'js/spawn-via-shell-path-fix' by Junio C Hamano ยท 14 years ago
  57. bd6f71d Merge branch 'jk/run-command-eacces' by Junio C Hamano ยท 14 years ago
  58. 7762975 Do not use SHELL_PATH from build system in prepare_shell_cmd on Windows by Johannes Sixt ยท 14 years ago
  59. 38f865c run-command: treat inaccessible directories as ENOENT by Jeff King ยท 14 years ago
  60. b3e34dd Use SHELL_PATH from build system in run_command.c:prepare_shell_cmd by Ben Walton ยท 14 years ago
  61. 10c6cdd dashed externals: kill children on exit by Clemens Buchacher ยท 14 years ago
  62. afe19ff run-command: optionally kill children on exit by Jeff King ยท 14 years ago
  63. 7a95d1b Merge branch 'jk/argv-array' by Junio C Hamano ยท 14 years ago
  64. 5d40a17 run_hook: use argv_array API by Jeff King ยท 14 years ago
  65. fc1b56f notice error exit from pager by Clemens Buchacher ยท 14 years ago
  66. 3bc4181 error_routine: use parent's stderr if exec fails by Clemens Buchacher ยท 14 years ago
  67. a111eb7 run-command: handle short writes and EINTR in die_child by Jonathan Nieder ยท 15 years ago
  68. 60e199c Revert "run-command: prettify -D_FORTIFY_SOURCE workaround" by Junio C Hamano ยท 15 years ago
  69. ebec842 run-command: prettify -D_FORTIFY_SOURCE workaround by Jonathan Nieder ยท 15 years ago
  70. 13af8cb start_command: flush buffers in the WIN32 code path as well by Johannes Sixt ยท 15 years ago
  71. 7626550 Merge branch 'js/async-thread' by Junio C Hamano ยท 15 years ago
  72. fc012c2 start_command: close cmd->err descriptor when fork/spawn fails by bert Dvornik ยท 16 years ago
  73. 4553d58 Merge branch 'jl/maint-submodule-gitfile-awareness' by Junio C Hamano ยท 16 years ago
  74. f9a2743 Windows: start_command: Support non-NULL dir in struct child_process by Johannes Sixt ยท 16 years ago
  75. f6b6098 Enable threaded async procedures whenever pthreads is available by Johannes Sixt ยท 16 years ago
  76. b7e7f6f Merge branch 'mw/maint-gcc-warns-unused-write' by Junio C Hamano ยท 16 years ago
  77. 0ea1c89 Dying in an async procedure should only exit the thread, not the process. by Johannes Sixt ยท 16 years ago
  78. 200a76b Reimplement async procedures using pthreads by Johannes Sixt ยท 16 years ago
  79. 90ff12a run-command.c: fix build warnings on Ubuntu by Michael Wookey ยท 16 years ago
  80. 76d44c8 Merge branch 'sp/maint-push-sideband' into sp/push-sideband by Junio C Hamano ยท 16 years ago
  81. ae6a560 run-command: support custom fd-set in async by Erik Faye-Lund ยท 16 years ago
  82. 4f41b61 run-command: Allow stderr to be a caller supplied pipe by Shawn O. Pearce ยท 16 years ago
  83. 030b1a7 Merge branch 'js/exec-error-report' by Junio C Hamano ยท 16 years ago
  84. 3cd02df Merge branch 'js/windows' by Junio C Hamano ยท 16 years ago
  85. 75301f9 Windows: avoid the "dup dance" when spawning a child process by Johannes Sixt ยท 16 years ago
  86. 2b541bf start_command: detect execvp failures early by Johannes Sixt ยท 16 years ago
  87. ab0b41d run-command: move wait_or_whine earlier by Johannes Sixt ยท 16 years ago
  88. a5487dd start_command: report child process setup errors to the parent's stderr by Johannes Sixt ยท 16 years ago
  89. f445644 run-command: optimize out useless shell calls by Jeff King ยท 16 years ago
  90. 8dba1e6 run-command: add "use shell" option by Jeff King ยท 16 years ago
  91. 71064e3 Test for WIN32 instead of __MINGW32_ by Frank Li ยท 16 years ago
  92. d7fa500 Fix __stdcall placement and function prototype by Frank Li ยท 16 years ago
  93. 0d30ad7 Avoid declaration after statement by Frank Li ยท 16 years ago
  94. 2affea4 start_command: do not clobber cmd->env on Windows code path by Johannes Sixt ยท 16 years ago
  95. 08ac696 Merge branch 'js/run-command-updates' by Junio C Hamano ยท 16 years ago
  96. 5a7a367 run-command.c: squelch a "use before assignment" warning by David Soria Parra ยท 16 years ago
  97. c024beb run_command: report failure to execute the program, but optionally don't by Johannes Sixt ยท 16 years ago
  98. b99d5f4 run_command: encode deadly signal number in the return value by Johannes Sixt ยท 16 years ago
  99. 0ac77ec run_command: report system call errors instead of returning error codes by Johannes Sixt ยท 16 years ago
  100. 5709e03 run_command: return exit code as positive value by Johannes Sixt ยท 16 years ago