summaryrefslogtreecommitdiffstats
path: root/run-command.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Start defining a more sophisticated run_commandShawn O. Pearce2007-03-121-7/+18
* Remove unused run_command variantsShawn O. Pearce2007-03-121-45/+0
* Use /dev/null for update hook stdin.Shawn O. Pearce2006-12-311-3/+3
* Redirect update hook stdout to stderr.Shawn O. Pearce2006-12-311-6/+26
* Remove unnecessary argc parameter from run_command_v.Shawn O. Pearce2006-12-311-4/+4
* simplify inclusion of system header files.Junio C Hamano2006-12-201-1/+0
* use appropriate typedefsDavid Rientjes2006-08-161-4/+4
* Const tightening.Junio C Hamano2006-03-051-3/+3
* Exec git programs without using PATH.Michal Ostrowski2006-01-141-2/+7
* Clean up file descriptors when calling hooks.Daniel Barkalow2005-12-081-2/+13
* receive-pack hooks updates.Junio C Hamano2005-08-031-7/+5
* [PATCH] Added hook in git-receive-packJosef Weidendorfer2005-08-011-0/+60