aboutsummaryrefslogtreecommitdiff
path: root/exec_cmd.c
Commit message (Expand)AuthorAge
* Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-20
* Use preprocessor constants for environment variable names.Junio C Hamano2006-12-19
* Trace into open fd and refactor tracing code.Christian Couder2006-08-31
* remove unnecessary initializationsDavid Rientjes2006-08-15
* GIT_TRACE: fix a mixed declarations and code warningTimo Hirvonen2006-07-09
* GIT_TRACE: show which built-in/external commands are executedMatthias Lederhofer2006-07-09
* git_exec_path, execv_git_cmd: ignore empty environment variablesDmitry V. Levin2006-05-30
* execv_git_cmd: Fix stack buffer overflow.Dmitry V. Levin2006-05-30
* 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