summaryrefslogtreecommitdiff
path: root/run-command.c
AgeCommit message (Expand)Author
2011-08-01notice error exit from pagerClemens Buchacher
2011-08-01error_routine: use parent's stderr if exec failsClemens Buchacher
2011-04-20run-command: handle short writes and EINTR in die_childJonathan Nieder
2011-04-18Revert "run-command: prettify -D_FORTIFY_SOURCE workaround"Junio C Hamano
2011-03-17run-command: prettify -D_FORTIFY_SOURCE workaroundJonathan Nieder
2011-02-07start_command: flush buffers in the WIN32 code path as wellJohannes Sixt
2010-06-21Merge branch 'js/async-thread'Junio C Hamano
2010-05-20start_command: close cmd->err descriptor when fork/spawn failsbert Dvornik
2010-04-11Merge branch 'jl/maint-submodule-gitfile-awareness'Junio C Hamano
2010-04-11Windows: start_command: Support non-NULL dir in struct child_processJohannes Sixt
2010-03-10Enable threaded async procedures whenever pthreads is availableJohannes Sixt
2010-03-07Merge branch 'mw/maint-gcc-warns-unused-write'Junio C Hamano
2010-03-07Dying in an async procedure should only exit the thread, not the process.Johannes Sixt
2010-03-07Reimplement async procedures using pthreadsJohannes Sixt
2010-03-04run-command.c: fix build warnings on UbuntuMichael Wookey
2010-02-06Merge branch 'sp/maint-push-sideband' into sp/push-sidebandJunio C Hamano
2010-02-06run-command: support custom fd-set in asyncErik Faye-Lund
2010-02-06run-command: Allow stderr to be a caller supplied pipeShawn O. Pearce
2010-01-20Merge branch 'js/exec-error-report'Junio C Hamano
2010-01-19Merge branch 'js/windows'Junio C Hamano
2010-01-17Windows: avoid the "dup dance" when spawning a child processJohannes Sixt
2010-01-10start_command: detect execvp failures earlyJohannes Sixt
2010-01-10run-command: move wait_or_whine earlierJohannes Sixt
2010-01-10start_command: report child process setup errors to the parent's stderrJohannes Sixt
2010-01-06run-command: optimize out useless shell callsJeff King
2010-01-02run-command: add "use shell" optionJeff King
2009-09-19Test for WIN32 instead of __MINGW32_Frank Li
2009-09-19Fix __stdcall placement and function prototypeFrank Li
2009-09-19Avoid declaration after statementFrank Li
2009-09-11start_command: do not clobber cmd->env on Windows code pathJohannes Sixt
2009-08-11Merge branch 'js/run-command-updates'Junio C Hamano
2009-08-04run-command.c: squelch a "use before assignment" warningDavid Soria Parra
2009-07-06run_command: report failure to execute the program, but optionally don'tJohannes Sixt
2009-07-06run_command: encode deadly signal number in the return valueJohannes Sixt
2009-07-06run_command: report system call errors instead of returning error codesJohannes Sixt
2009-07-05run_command: return exit code as positive valueJohannes Sixt
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast
2009-05-01Fix a bunch of pointer declarations (codestyle)Felipe Contreras
2009-02-03Merge branch 'jk/maint-cleanup-after-exec-failure'Junio C Hamano
2009-01-28run_command(): handle missing command errors more gracefullyJeff King
2009-01-18run_hook(): allow more than 9 hook argumentsStephan Beyer
2009-01-18run_hook(): check the executability of the hook before filling argvStephan Beyer
2009-01-18Move run_hook() from builtin-commit.c into run-command.c (libgit)Stephan Beyer
2008-10-03run-command.c: remove run_command_v_opt_cd()Nanako Shiraishi
2008-08-20Merge branch 'jk/pager-swap'Junio C Hamano
2008-08-05Add output flushing before fork()Anders Melchiorsen
2008-08-04Flush output in start_asyncAnders Melchiorsen
2008-07-29run-command (Windows): Run dashless "git <cmd>"Steffen Prohaska
2008-07-26run-command: add pre-exec callbackJeff King
2008-07-07Merge branch 'qq/maint'Junio C Hamano