summaryrefslogtreecommitdiff
path: root/run-command.c
AgeCommit message (Expand)Author
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-12Simplify closing two fds at once in run-command.cShawn 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-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-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