aboutsummaryrefslogtreecommitdiff
path: root/exec_cmd.c
Commit message (Expand)AuthorAge
...
* cleanups: remove unused variable from exec_cmd.cSerge E. Hallyn2006-04-17
* Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))Junio C Hamano2006-03-09
* Const tightening.Junio C Hamano2006-03-05
* Use setenv(), fix warningsTimo Hirvonen2006-02-26
* Exec git programs without using PATH.Michal Ostrowski2006-01-13