๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
GIT 1.6.4
  1. d824cbb Convert existing die(..., strerror(errno)) to die_errno() by Thomas Rast ยท 16 years ago
  2. 4b25d09 Fix a bunch of pointer declarations (codestyle) by Felipe Contreras ยท 17 years ago
  3. 1487eb6 Merge branch 'jk/maint-cleanup-after-exec-failure' by Junio C Hamano ยท 17 years ago
  4. 45c0961 run_command(): handle missing command errors more gracefully by Jeff King ยท 17 years ago
  5. 14e6298 run_hook(): allow more than 9 hook arguments by Stephan Beyer ยท 17 years ago
  6. cf94ca8 run_hook(): check the executability of the hook before filling argv by Stephan Beyer ยท 17 years ago
  7. ae98a00 Move run_hook() from builtin-commit.c into run-command.c (libgit) by Stephan Beyer ยท 17 years ago
  8. 7996ff3 run-command.c: remove run_command_v_opt_cd() by Nanako Shiraishi ยท 17 years ago
  9. 0208c96 Merge branch 'jk/pager-swap' by Junio C Hamano ยท 17 years ago
  10. 7d0b18a Add output flushing before fork() by Anders Melchiorsen ยท 17 years ago
  11. 2c3766f Flush output in start_async by Anders Melchiorsen ยท 17 years ago
  12. 108ac31 run-command (Windows): Run dashless "git <cmd>" by Steffen Prohaska ยท 17 years ago
  13. ccf08bc run-command: add pre-exec callback by Jeff King ยท 17 years ago
  14. bed6255 Merge branch 'qq/maint' by Junio C Hamano ยท 17 years ago
  15. 8852f5d run_command(): respect GIT_TRACE by Johannes Schindelin ยท 17 years ago
  16. 7e5d776 Windows: Implement a custom spawnve(). by Johannes Sixt ยท 17 years ago
  17. 618ebe9 Windows: Implement asynchronous functions as threads. by Johannes Sixt ยท 17 years ago
  18. ba26f29 Windows: Implement start_command(). by Johannes Sixt ยท 18 years ago
  19. ce2cf27 run-command: Redirect stderr to a pipe before redirecting stdout to stderr by Christian Couder ยท 18 years ago
  20. c20181e start_command(), if .in/.out > 0, closes file descriptors, not the callers by Johannes Sixt ยท 18 years ago
  21. e72ae28 start_command(), .in/.out/.err = -1: Callers must close the file descriptor by Johannes Sixt ยท 18 years ago
  22. b73a439 run-command: Support sending stderr to /dev/null by Shawn O. Pearce ยท 18 years ago
  23. 2d22c20 Add infrastructure to run a function asynchronously. by Johannes Sixt ยท 18 years ago
  24. f3b33f1 Have start_command() create a pipe to read the stderr of the child. by Johannes Sixt ยท 18 years ago
  25. 3427b37 Allow environment variables to be unset in the processes started by run_command by Alex Riesen ยท 19 years ago
  26. ee49314 Add ability to specify environment extension to run_command by Alex Riesen ยท 19 years ago
  27. 1568fea Add run_command_v_opt_cd: chdir into a directory before exec by Alex Riesen ยท 19 years ago
  28. e4507ae Teach run-command to redirect stdout to /dev/null by Shawn O. Pearce ยท 19 years ago
  29. f4bba25 Teach run-command about stdout redirection by Shawn O. Pearce ยท 19 years ago
  30. 9dc09c7 Simplify closing two fds at once in run-command.c by Shawn O. Pearce ยท 19 years ago
  31. 4919bf0 Teach run_command how to setup a stdin pipe by Shawn O. Pearce ยท 19 years ago
  32. ebcb5d1 Split run_command into two halves (start/finish) by Shawn O. Pearce ยท 19 years ago
  33. f100089 Start defining a more sophisticated run_command by Shawn O. Pearce ยท 19 years ago
  34. afdb269 Remove unused run_command variants by Shawn O. Pearce ยท 19 years ago
  35. 95d3c4f Use /dev/null for update hook stdin. by Shawn O. Pearce ยท 19 years ago
  36. cd83c74 Redirect update hook stdout to stderr. by Shawn O. Pearce ยท 19 years ago
  37. 9b0b509 Remove unnecessary argc parameter from run_command_v. by Shawn O. Pearce ยท 19 years ago
  38. 8502357 simplify inclusion of system header files. by Junio C Hamano ยท 19 years ago
  39. 6f002f9 use appropriate typedefs by David Rientjes ยท 19 years ago
  40. 9201c70 Const tightening. by Junio C Hamano ยท 20 years ago
  41. 77cb17e Exec git programs without using PATH. by Michal Ostrowski ยท 20 years ago
  42. 128aed6 Clean up file descriptors when calling hooks. by Daniel Barkalow ยท 20 years ago
  43. 1961433 receive-pack hooks updates. by Junio C Hamano ยท 20 years ago
  44. b1bf95b [PATCH] Added hook in git-receive-pack by Josef Weidendorfer ยท 20 years ago