summaryrefslogtreecommitdiff
path: root/run-command.c
AgeCommit message (Expand)Author
2008-03-05run-command: Redirect stderr to a pipe before redirecting stdout to stderrChristian Couder
2008-02-23start_command(), if .in/.out > 0, closes file descriptors, not the callersJohannes Sixt
2008-02-23start_command(), .in/.out/.err = -1: Callers must close the file descriptorJohannes Sixt
2007-11-12run-command: Support sending stderr to /dev/nullShawn O. Pearce
2007-10-21Add infrastructure to run a function asynchronously.Johannes Sixt
2007-10-21Have start_command() create a pipe to read the stderr of the child.Johannes Sixt
2007-05-24Allow environment variables to be unset in the processes started by run_commandAlex Riesen
2007-05-24Add ability to specify environment extension to run_commandAlex Riesen
2007-05-24Add run_command_v_opt_cd: chdir into a directory before execAlex Riesen
2007-03-13Teach run-command to redirect stdout to /dev/nullShawn O. Pearce
2007-03-13Teach run-command about stdout redirectionShawn O. Pearce
2007-03-12Simplify closing two fds at once in run-command.cShawn O. Pearce
2007-03-12Teach run_command how to setup a stdin pipeShawn O. Pearce
2007-03-12Split run_command into two halves (start/finish)Shawn O. Pearce
2007-03-12Start defining a more sophisticated run_commandShawn O. Pearce
2007-03-12Remove unused run_command variantsShawn O. Pearce
2006-12-31Use /dev/null for update hook stdin.Shawn O. Pearce
2006-12-31Redirect update hook stdout to stderr.Shawn O. Pearce
2006-12-31Remove unnecessary argc parameter from run_command_v.Shawn O. Pearce
2006-12-20simplify inclusion of system header files.Junio C Hamano
2006-08-15use appropriate typedefsDavid Rientjes
2006-03-05Const tightening.Junio C Hamano
2006-01-14Exec git programs without using PATH.Michal Ostrowski
2005-12-08Clean up file descriptors when calling hooks.Daniel Barkalow
2005-08-03receive-pack hooks updates.Junio C Hamano
2005-08-01[PATCH] Added hook in git-receive-packJosef Weidendorfer