summaryrefslogtreecommitdiff
path: root/run-command.c
Commit message (Expand)AuthorAgeFilesLines
* Use /dev/null for update hook stdin.Shawn O. Pearce2006-12-301-3/+3
* Redirect update hook stdout to stderr.Shawn O. Pearce2006-12-301-6/+26
* Remove unnecessary argc parameter from run_command_v.Shawn O. Pearce2006-12-301-4/+4
* simplify inclusion of system header files.Junio C Hamano2006-12-201-1/+0
* use appropriate typedefsDavid Rientjes2006-08-151-4/+4
* Const tightening.Junio C Hamano2006-03-051-3/+3
* Exec git programs without using PATH.Michal Ostrowski2006-01-131-2/+7
* Clean up file descriptors when calling hooks.Daniel Barkalow2005-12-071-2/+13
* receive-pack hooks updates.Junio C Hamano2005-08-021-7/+5
* [PATCH] Added hook in git-receive-packJosef Weidendorfer2005-07-311-0/+60