summaryrefslogtreecommitdiff
path: root/exec_cmd.c
Commit message (Expand)AuthorAgeFilesLines
* run-command: treat inaccessible directories as ENOENTJeff King2012-04-051-1/+1
* Name make_*_path functions more accuratelyCarlos Martín Nieto2011-03-171-1/+1
* exec_cmd: remove unused externErik Faye-Lund2011-01-191-1/+0
* Merge branch 'cw/maint-exec-defpath'Junio C Hamano2010-05-211-1/+1
|\
| * exec_cmd.c: replace hard-coded path list with one from <paths.h>Chris Webb2010-04-151-1/+1
* | Print RUNTIME_PREFIX warning only when GIT_TRACE is setJohannes Sixt2010-02-231-1/+1
|/
* Merge branch 'js/maint-1.6.0-exec-path-env'Junio C Hamano2009-03-261-0/+4
|\
| * Propagate --exec-path setting to external commands via GIT_EXEC_PATHJohannes Sixt2009-03-211-0/+4
* | system_path(): simplify using strip_path_suffix(), and add suffix "git"Johannes Schindelin2009-02-191-29/+4
* | Compute prefix at runtime if RUNTIME_PREFIX is setSteffen Prohaska2009-01-261-0/+44
* | Modify setup_path() to only add git_exec_path() to PATHSteffen Prohaska2009-01-261-3/+1
* | git_extract_argv0_path(): Move check for valid argv0 from caller to calleeSteffen Prohaska2009-01-261-1/+5
* | Refactor git_set_argv0_path() to git_extract_argv0_path()Steve Haslam2009-01-261-2/+12
* | Move computation of absolute paths from Makefile to runtime (in preparation f...Steffen Prohaska2009-01-261-5/+8
* | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-121-3/+1
|/
* 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