summaryrefslogtreecommitdiff
path: root/run-command.h
AgeCommit message (Expand)Author
2007-05-23Allow environment variables to be unset in the processes started by run_commandAlex Riesen
2007-05-23Add ability to specify environment extension to run_commandAlex Riesen
2007-05-23Add run_command_v_opt_cd: chdir into a directory before execAlex Riesen
2007-03-12Teach run-command to redirect stdout to /dev/nullShawn O. Pearce
2007-03-12Teach run-command about stdout redirectionShawn O. Pearce
2007-03-11Teach run_command how to setup a stdin pipeShawn O. Pearce
2007-03-11Split run_command into two halves (start/finish)Shawn O. Pearce
2007-03-11Start defining a more sophisticated run_commandShawn O. Pearce
2007-03-11Remove unused run_command variantsShawn O. Pearce
2006-12-30Use /dev/null for update hook stdin.Shawn O. Pearce
2006-12-30Redirect update hook stdout to stderr.Shawn O. Pearce
2006-12-30Remove unnecessary argc parameter from run_command_v.Shawn O. Pearce
2006-03-05Const tightening.Junio C Hamano
2006-01-13Exec git programs without using PATH.Michal Ostrowski
2005-12-07Clean up file descriptors when calling hooks.Daniel Barkalow
2005-08-02receive-pack hooks updates.Junio C Hamano
2005-07-31[PATCH] Added hook in git-receive-packJosef Weidendorfer