1. 15048f8 commit: fix patch hunk editing with "commit -p -m" by Benoit Pierre · 11 years ago
  2. 5a50085 run-command: trivial style fixes by Felipe Contreras · 11 years ago
  3. 1d1934c Merge branch 'tr/fd-gotcha-fixes' by Junio C Hamano · 12 years ago
  4. a77f106 run-command: dup_devnull(): guard against syscalls failing by Thomas Rast · 12 years ago
  5. 380395d mingw: rename WIN32 cpp macro to GIT_WINDOWS_NATIVE by Jonathan Nieder · 12 years ago
  6. 9526aa4 Merge branch 'jk/a-thread-only-dies-once' by Junio C Hamano · 12 years ago
  7. 1ece66b run-command: use thread-aware die_is_recursing routine by Jeff King · 12 years ago
  8. 25043d8 run-command: always set failed_errno in start_command by Jeff King · 12 years ago
  9. b5b56ea Merge branch 'sb/run-command-fd-error-reporting' by Junio C Hamano · 12 years ago
  10. 939296c run-command: be more informative about what failed by Stephen Boyd · 12 years ago
  11. 5a7da2d hooks: Add function to check if a hook exists by Aaron Schrab · 12 years ago
  12. 709ca73 run-command: encode signal death as a positive integer by Jeff King · 12 years ago
  13. 0398fc3 fix compilation with NO_PTHREADS by Jeff King · 12 years ago
  14. a2767c5 run-command: do not warn about child death from terminal by Jeff King · 12 years ago
  15. 1327452 run-command: drop silent_exec_failure arg from wait_or_whine by Jeff King · 12 years ago
  16. 55ff630 Merge branch 'jk/no-more-pre-exec-callback' by Jeff King · 12 years ago
  17. cc84144 Merge branch 'dg/run-command-child-cleanup' into maint by Junio C Hamano · 12 years ago
  18. 5816cc7 Merge branch 'dg/run-command-child-cleanup' by Junio C Hamano · 12 years ago
  19. 91feb38 Merge branch 'jc/maint-sane-execvp-notdir' into maint-1.7.11 by Junio C Hamano · 12 years ago
  20. bdee397 run-command.c: fix broken list iteration in clear_child_for_cleanup by David Gould · 12 years ago
  21. 12d858a Merge branch 'jc/maint-sane-execvp-notdir' by Junio C Hamano · 13 years ago
  22. a785508 sane_execvp(): ignore non-directory on $PATH by Junio C Hamano · 13 years ago
  23. e8320f3 pager: drop "wait for output to run less" hack by Jeff King · 13 years ago
  24. 8cc5223 Merge branch 'js/spawn-via-shell-path-fix' by Junio C Hamano · 13 years ago
  25. bd6f71d Merge branch 'jk/run-command-eacces' by Junio C Hamano · 13 years ago
  26. 7762975 Do not use SHELL_PATH from build system in prepare_shell_cmd on Windows by Johannes Sixt · 13 years ago
  27. 38f865c run-command: treat inaccessible directories as ENOENT by Jeff King · 13 years ago
  28. b3e34dd Use SHELL_PATH from build system in run_command.c:prepare_shell_cmd by Ben Walton · 13 years ago
  29. 10c6cdd dashed externals: kill children on exit by Clemens Buchacher · 13 years ago
  30. afe19ff run-command: optionally kill children on exit by Jeff King · 13 years ago
  31. 7a95d1b Merge branch 'jk/argv-array' by Junio C Hamano · 13 years ago
  32. 5d40a17 run_hook: use argv_array API by Jeff King · 13 years ago
  33. fc1b56f notice error exit from pager by Clemens Buchacher · 14 years ago
  34. 3bc4181 error_routine: use parent's stderr if exec fails by Clemens Buchacher · 14 years ago
  35. a111eb7 run-command: handle short writes and EINTR in die_child by Jonathan Nieder · 14 years ago
  36. 60e199c Revert "run-command: prettify -D_FORTIFY_SOURCE workaround" by Junio C Hamano · 14 years ago
  37. ebec842 run-command: prettify -D_FORTIFY_SOURCE workaround by Jonathan Nieder · 14 years ago
  38. 13af8cb start_command: flush buffers in the WIN32 code path as well by Johannes Sixt · 14 years ago
  39. 7626550 Merge branch 'js/async-thread' by Junio C Hamano · 15 years ago
  40. fc012c2 start_command: close cmd->err descriptor when fork/spawn fails by bert Dvornik · 15 years ago
  41. 4553d58 Merge branch 'jl/maint-submodule-gitfile-awareness' by Junio C Hamano · 15 years ago
  42. f9a2743 Windows: start_command: Support non-NULL dir in struct child_process by Johannes Sixt · 15 years ago
  43. f6b6098 Enable threaded async procedures whenever pthreads is available by Johannes Sixt · 15 years ago
  44. b7e7f6f Merge branch 'mw/maint-gcc-warns-unused-write' by Junio C Hamano · 15 years ago
  45. 0ea1c89 Dying in an async procedure should only exit the thread, not the process. by Johannes Sixt · 15 years ago
  46. 200a76b Reimplement async procedures using pthreads by Johannes Sixt · 15 years ago
  47. 90ff12a run-command.c: fix build warnings on Ubuntu by Michael Wookey · 15 years ago
  48. 76d44c8 Merge branch 'sp/maint-push-sideband' into sp/push-sideband by Junio C Hamano · 15 years ago
  49. ae6a560 run-command: support custom fd-set in async by Erik Faye-Lund · 15 years ago
  50. 4f41b61 run-command: Allow stderr to be a caller supplied pipe by Shawn O. Pearce · 15 years ago
  51. 030b1a7 Merge branch 'js/exec-error-report' by Junio C Hamano · 15 years ago
  52. 3cd02df Merge branch 'js/windows' by Junio C Hamano · 15 years ago
  53. 75301f9 Windows: avoid the "dup dance" when spawning a child process by Johannes Sixt · 15 years ago
  54. 2b541bf start_command: detect execvp failures early by Johannes Sixt · 15 years ago
  55. ab0b41d run-command: move wait_or_whine earlier by Johannes Sixt · 15 years ago
  56. a5487dd start_command: report child process setup errors to the parent's stderr by Johannes Sixt · 15 years ago
  57. f445644 run-command: optimize out useless shell calls by Jeff King · 15 years ago
  58. 8dba1e6 run-command: add "use shell" option by Jeff King · 15 years ago
  59. 71064e3 Test for WIN32 instead of __MINGW32_ by Frank Li · 15 years ago
  60. d7fa500 Fix __stdcall placement and function prototype by Frank Li · 15 years ago
  61. 0d30ad7 Avoid declaration after statement by Frank Li · 15 years ago
  62. 2affea4 start_command: do not clobber cmd->env on Windows code path by Johannes Sixt · 15 years ago
  63. 08ac696 Merge branch 'js/run-command-updates' by Junio C Hamano · 16 years ago
  64. 5a7a367 run-command.c: squelch a "use before assignment" warning by David Soria Parra · 16 years ago
  65. c024beb run_command: report failure to execute the program, but optionally don't by Johannes Sixt · 16 years ago
  66. b99d5f4 run_command: encode deadly signal number in the return value by Johannes Sixt · 16 years ago
  67. 0ac77ec run_command: report system call errors instead of returning error codes by Johannes Sixt · 16 years ago
  68. 5709e03 run_command: return exit code as positive value by Johannes Sixt · 16 years ago
  69. d824cbb Convert existing die(..., strerror(errno)) to die_errno() by Thomas Rast · 16 years ago
  70. 4b25d09 Fix a bunch of pointer declarations (codestyle) by Felipe Contreras · 16 years ago
  71. 1487eb6 Merge branch 'jk/maint-cleanup-after-exec-failure' by Junio C Hamano · 16 years ago
  72. 45c0961 run_command(): handle missing command errors more gracefully by Jeff King · 16 years ago
  73. 14e6298 run_hook(): allow more than 9 hook arguments by Stephan Beyer · 16 years ago
  74. cf94ca8 run_hook(): check the executability of the hook before filling argv by Stephan Beyer · 16 years ago
  75. ae98a00 Move run_hook() from builtin-commit.c into run-command.c (libgit) by Stephan Beyer · 16 years ago
  76. 7996ff3 run-command.c: remove run_command_v_opt_cd() by Nanako Shiraishi · 16 years ago
  77. 0208c96 Merge branch 'jk/pager-swap' by Junio C Hamano · 17 years ago
  78. 7d0b18a Add output flushing before fork() by Anders Melchiorsen · 17 years ago
  79. 2c3766f Flush output in start_async by Anders Melchiorsen · 17 years ago
  80. 108ac31 run-command (Windows): Run dashless "git <cmd>" by Steffen Prohaska · 17 years ago
  81. ccf08bc run-command: add pre-exec callback by Jeff King · 17 years ago
  82. bed6255 Merge branch 'qq/maint' by Junio C Hamano · 17 years ago
  83. 8852f5d run_command(): respect GIT_TRACE by Johannes Schindelin · 17 years ago
  84. 7e5d776 Windows: Implement a custom spawnve(). by Johannes Sixt · 17 years ago
  85. 618ebe9 Windows: Implement asynchronous functions as threads. by Johannes Sixt · 17 years ago
  86. ba26f29 Windows: Implement start_command(). by Johannes Sixt · 17 years ago
  87. ce2cf27 run-command: Redirect stderr to a pipe before redirecting stdout to stderr by Christian Couder · 17 years ago
  88. c20181e start_command(), if .in/.out > 0, closes file descriptors, not the callers by Johannes Sixt · 17 years ago
  89. e72ae28 start_command(), .in/.out/.err = -1: Callers must close the file descriptor by Johannes Sixt · 17 years ago
  90. b73a439 run-command: Support sending stderr to /dev/null by Shawn O. Pearce · 17 years ago
  91. 2d22c20 Add infrastructure to run a function asynchronously. by Johannes Sixt · 17 years ago
  92. f3b33f1 Have start_command() create a pipe to read the stderr of the child. by Johannes Sixt · 17 years ago
  93. 3427b37 Allow environment variables to be unset in the processes started by run_command by Alex Riesen · 18 years ago
  94. ee49314 Add ability to specify environment extension to run_command by Alex Riesen · 18 years ago
  95. 1568fea Add run_command_v_opt_cd: chdir into a directory before exec by Alex Riesen · 18 years ago
  96. e4507ae Teach run-command to redirect stdout to /dev/null by Shawn O. Pearce · 18 years ago
  97. f4bba25 Teach run-command about stdout redirection by Shawn O. Pearce · 18 years ago
  98. 9dc09c7 Simplify closing two fds at once in run-command.c by Shawn O. Pearce · 18 years ago
  99. 4919bf0 Teach run_command how to setup a stdin pipe by Shawn O. Pearce · 18 years ago
  100. ebcb5d1 Split run_command into two halves (start/finish) by Shawn O. Pearce · 18 years ago