summaryrefslogtreecommitdiff
path: root/run-command.h
AgeCommit message (Expand)AuthorFilesLines
2012-06-05pager: drop "wait for output to run less" hackLibravatar Jeff King1-1/+0
2012-01-08dashed externals: kill children on exitLibravatar Clemens Buchacher1-0/+1
2012-01-08run-command: optionally kill children on exitLibravatar Jeff King1-0/+1
2010-03-10Enable threaded async procedures whenever pthreads is availableLibravatar Johannes Sixt1-2/+2
2010-03-07Reimplement async procedures using pthreadsLibravatar Johannes Sixt1-2/+6
2010-02-05Merge branch 'sp/maint-push-sideband' into sp/push-sidebandLibravatar Junio C Hamano1-4/+7
2010-02-05run-command: support custom fd-set in asyncLibravatar Erik Faye-Lund1-3/+6
2010-02-05run-command: Allow stderr to be a caller supplied pipeLibravatar Shawn O. Pearce1-1/+1
2010-01-01run-command: add "use shell" optionLibravatar Jeff King1-0/+2
2009-09-18Test for WIN32 instead of __MINGW32_Libravatar Frank Li1-1/+1
2009-07-06run_command: report failure to execute the program, but optionally don'tLibravatar Johannes Sixt1-0/+2
2009-07-06run_command: report system call errors instead of returning error codesLibravatar Johannes Sixt1-10/+0
2009-07-05run_command: return exit code as positive valueLibravatar Johannes Sixt1-1/+0
2009-04-01fix portability problem with IS_RUN_COMMAND_ERRLibravatar Jeff King1-1/+1
2009-02-03Merge branch 'jk/maint-cleanup-after-exec-failure'Libravatar Junio C Hamano1-0/+1
2009-01-28run_command(): help callers distinguish errorsLibravatar Jeff King1-0/+1
2009-01-17Move run_hook() from builtin-commit.c into run-command.c (libgit)Libravatar Stephan Beyer1-0/+2
2008-10-02run-command.c: remove run_command_v_opt_cd()Libravatar Nanako Shiraishi1-1/+0
2008-07-25run-command: add pre-exec callbackLibravatar Jeff King1-0/+1
2008-06-26Windows: Implement asynchronous functions as threads.Libravatar Johannes Sixt1-0/+5
2008-02-23start_command(), if .in/.out > 0, closes file descriptors, not the callersLibravatar Johannes Sixt1-0/+18
2008-02-23start_command(), .in/.out/.err = -1: Callers must close the file descriptorLibravatar Johannes Sixt1-2/+0
2007-11-11run-command: Support sending stderr to /dev/nullLibravatar Shawn O. Pearce1-0/+1
2007-10-21Add infrastructure to run a function asynchronously.Libravatar Johannes Sixt1-0/+22
2007-10-21Have start_command() create a pipe to read the stderr of the child.Libravatar Johannes Sixt1-0/+1
2007-05-23Allow environment variables to be unset in the processes started by run_commandLibravatar Alex Riesen1-0/+5
2007-05-23Add ability to specify environment extension to run_commandLibravatar Alex Riesen1-0/+2
2007-05-23Add run_command_v_opt_cd: chdir into a directory before execLibravatar Alex Riesen1-0/+2
2007-03-12Teach run-command to redirect stdout to /dev/nullLibravatar Shawn O. Pearce1-0/+1
2007-03-12Teach run-command about stdout redirectionLibravatar Shawn O. Pearce1-0/+2
2007-03-11Teach run_command how to setup a stdin pipeLibravatar Shawn O. Pearce1-0/+3
2007-03-11Split run_command into two halves (start/finish)Libravatar Shawn O. Pearce1-0/+3
2007-03-11Start defining a more sophisticated run_commandLibravatar Shawn O. Pearce1-0/+9
2007-03-11Remove unused run_command variantsLibravatar Shawn O. Pearce1-4/+0
2006-12-30Use /dev/null for update hook stdin.Libravatar Shawn O. Pearce1-1/+1
2006-12-30Redirect update hook stdout to stderr.Libravatar Shawn O. Pearce1-0/+2
2006-12-30Remove unnecessary argc parameter from run_command_v.Libravatar Shawn O. Pearce1-2/+2
2006-03-05Const tightening.Libravatar Junio C Hamano1-2/+2
2006-01-13Exec git programs without using PATH.Libravatar Michal Ostrowski1-1/+1
2005-12-07Clean up file descriptors when calling hooks.Libravatar Daniel Barkalow1-0/+3
2005-08-02receive-pack hooks updates.Libravatar Junio C Hamano1-0/+1
2005-07-31[PATCH] Added hook in git-receive-packLibravatar Josef Weidendorfer1-0/+16