summaryrefslogtreecommitdiff
path: root/exec_cmd.c
AgeCommit message (Expand)Author
2007-12-04Trace and quote with argv: get rid of unneeded count argument.Christian Couder
2007-10-30use only the $PATH for exec'ing git commandsScott R Parish
2007-10-30"current_exec_path" is a misleading name, use "argv_exec_path"Scott R Parish
2007-02-21Mechanical conversion to use prefixcmp()Junio C Hamano
2006-12-19Use preprocessor constants for environment variable names.Junio C Hamano
2006-08-31Trace into open fd and refactor tracing code.Christian Couder
2006-08-16remove unnecessary initializationsDavid Rientjes
2006-07-09GIT_TRACE: fix a mixed declarations and code warningTimo Hirvonen
2006-07-09GIT_TRACE: show which built-in/external commands are executedMatthias Lederhofer
2006-05-31git_exec_path, execv_git_cmd: ignore empty environment variablesDmitry V. Levin
2006-05-31execv_git_cmd: Fix stack buffer overflow.Dmitry V. Levin
2006-04-17cleanups: remove unused variable from exec_cmd.cSerge E. Hallyn
2006-03-09Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))Junio C Hamano
2006-03-05Const tightening.Junio C Hamano
2006-02-26Use setenv(), fix warningsTimo Hirvonen
2006-01-14Exec git programs without using PATH.Michal Ostrowski