summaryrefslogtreecommitdiff
path: root/exec_cmd.c
Commit message (Expand)AuthorAgeFilesLines
* Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-201-1/+1
* Use preprocessor constants for environment variable names.Junio C Hamano2006-12-191-2/+2
* Trace into open fd and refactor tracing code.Christian Couder2006-08-311-16/+2
* remove unnecessary initializationsDavid Rientjes2006-08-151-1/+1
* GIT_TRACE: fix a mixed declarations and code warningTimo Hirvonen2006-07-091-1/+1
* GIT_TRACE: show which built-in/external commands are executedMatthias Lederhofer2006-07-091-0/+19
* git_exec_path, execv_git_cmd: ignore empty environment variablesDmitry V. Levin2006-05-301-2/+2
* execv_git_cmd: Fix stack buffer overflow.Dmitry V. Levin2006-05-301-9/+23
* cleanups: remove unused variable from exec_cmd.cSerge E. Hallyn2006-04-171-3/+1
* Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))Junio C Hamano2006-03-091-1/+1
* Const tightening.Junio C Hamano2006-03-051-6/+7
* Use setenv(), fix warningsTimo Hirvonen2006-02-261-1/+1
* Exec git programs without using PATH.Michal Ostrowski2006-01-131-0/+117