summaryrefslogtreecommitdiffstats
path: root/run-command.h
AgeCommit message (Expand)AuthorLines
2008-10-02run-command.c: remove run_command_v_opt_cd()Nanako Shiraishi-1/+0
2008-07-25run-command: add pre-exec callbackJeff King-0/+1
2008-06-26Windows: Implement asynchronous functions as threads.Johannes Sixt-0/+5
2008-02-23start_command(), if .in/.out > 0, closes file descriptors, not the callersJohannes Sixt-0/+18
2008-02-23start_command(), .in/.out/.err = -1: Callers must close the file descriptorJohannes Sixt-2/+0
2007-11-11run-command: Support sending stderr to /dev/nullShawn O. Pearce-0/+1
2007-10-21Add infrastructure to run a function asynchronously.Johannes Sixt-0/+22
2007-10-21Have start_command() create a pipe to read the stderr of the child.Johannes Sixt-0/+1
2007-05-23Allow environment variables to be unset in the processes started by run_commandAlex Riesen-0/+5
2007-05-23Add ability to specify environment extension to run_commandAlex Riesen-0/+2
2007-05-23Add run_command_v_opt_cd: chdir into a directory before execAlex Riesen-0/+2
2007-03-12Teach run-command to redirect stdout to /dev/nullShawn O. Pearce-0/+1
2007-03-12Teach run-command about stdout redirectionShawn O. Pearce-0/+2
2007-03-11Teach run_command how to setup a stdin pipeShawn O. Pearce-0/+3
2007-03-11Split run_command into two halves (start/finish)Shawn O. Pearce-0/+3
2007-03-11Start defining a more sophisticated run_commandShawn O. Pearce-0/+9
2007-03-11Remove unused run_command variantsShawn O. Pearce-4/+0
2006-12-30Use /dev/null for update hook stdin.Shawn O. Pearce-1/+1
2006-12-30Redirect update hook stdout to stderr.Shawn O. Pearce-0/+2
2006-12-30Remove unnecessary argc parameter from run_command_v.Shawn O. Pearce-2/+2
2006-03-05Const tightening.Junio C Hamano-2/+2
2006-01-13Exec git programs without using PATH.Michal Ostrowski-1/+1
2005-12-07Clean up file descriptors when calling hooks.Daniel Barkalow-0/+3
2005-08-02receive-pack hooks updates.Junio C Hamano-0/+1
2005-07-31[PATCH] Added hook in git-receive-packJosef Weidendorfer-0/+16