summaryrefslogtreecommitdiff
path: root/exec_cmd.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor, adding prepare_git_cmd(const char **argv)Steffen Prohaska2008-07-281-1/+6
* Allow add_path() to add non-existent directories to the pathJohannes Sixt2008-07-251-1/+1
* Allow the built-in exec path to be relative to the command invocation pathJohannes Sixt2008-07-251-36/+2
* Fix relative built-in paths to be relative to the command invocationJohannes Sixt2008-07-251-2/+2
* Record the command invocation path earlyJohannes Sixt2008-07-251-2/+8
* Move code interpreting path relative to exec-dir to new function system_path()Steffen Prohaska2008-07-131-0/+10
* Merge branch 'j6t/mingw'Junio C Hamano2008-07-021-4/+37
|\
| * Windows: Compute the fallback for exec_path from the program invocation.Johannes Sixt2008-06-261-0/+29
| * Turn builtin_exec_path into a function.Johannes Sixt2008-06-261-3/+7
| * Windows: Use the Windows style PATH separator ';'.Johannes Sixt2008-06-221-1/+1
* | Prepare execv_git_cmd() for removal of builtins from the filesystemJunio C Hamano2008-06-231-19/+12
|/
* Trace and quote with argv: get rid of unneeded count argument.Christian Couder2007-12-031-1/+1
* use only the $PATH for exec'ing git commandsScott R Parish2007-10-291-69/+53
* "current_exec_path" is a misleading name, use "argv_exec_path"Scott R Parish2007-10-291-6/+6
* 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