summaryrefslogtreecommitdiff
path: root/run-command.h
Commit message (Expand)AuthorAgeFilesLines
* run-command: Support sending stderr to /dev/nullShawn O. Pearce2007-11-111-0/+1
* Add infrastructure to run a function asynchronously.Johannes Sixt2007-10-211-0/+22
* Have start_command() create a pipe to read the stderr of the child.Johannes Sixt2007-10-211-0/+1
* Allow environment variables to be unset in the processes started by run_commandAlex Riesen2007-05-231-0/+5
* Add ability to specify environment extension to run_commandAlex Riesen2007-05-231-0/+2
* Add run_command_v_opt_cd: chdir into a directory before execAlex Riesen2007-05-231-0/+2
* Teach run-command to redirect stdout to /dev/nullShawn O. Pearce2007-03-121-0/+1
* Teach run-command about stdout redirectionShawn O. Pearce2007-03-121-0/+2
* Teach run_command how to setup a stdin pipeShawn O. Pearce2007-03-111-0/+3
* Split run_command into two halves (start/finish)Shawn O. Pearce2007-03-111-0/+3
* Start defining a more sophisticated run_commandShawn O. Pearce2007-03-111-0/+9
* Remove unused run_command variantsShawn O. Pearce2007-03-111-4/+0
* Use /dev/null for update hook stdin.Shawn O. Pearce2006-12-301-1/+1
* Redirect update hook stdout to stderr.Shawn O. Pearce2006-12-301-0/+2
* Remove unnecessary argc parameter from run_command_v.Shawn O. Pearce2006-12-301-2/+2
* Const tightening.Junio C Hamano2006-03-051-2/+2
* Exec git programs without using PATH.Michal Ostrowski2006-01-131-1/+1
* Clean up file descriptors when calling hooks.Daniel Barkalow2005-12-071-0/+3
* receive-pack hooks updates.Junio C Hamano2005-08-021-0/+1
* [PATCH] Added hook in git-receive-packJosef Weidendorfer2005-07-311-0/+16