aboutsummaryrefslogtreecommitdiff
path: root/exec_cmd.c
Commit message (Expand)AuthorAge
* git_extract_argv0_path: do nothing without RUNTIME_PREFIXJeff King2017-09-07
* system_path: move RUNTIME_PREFIX to a sub-functionJeff King2017-09-07
* Merge branch 'js/exec-path-coverity-workaround'Junio C Hamano2017-01-31
|\
| * git_exec_path: do not return the result of getenv()Jeff King2017-01-09
| * git_exec_path: avoid Coverity warning about unfree()d resultJohannes Schindelin2017-01-08
* | common-main: stop munging argv[0] pathJeff King2016-11-29
|/
* Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-26
|\
| * prepare_{git,shell}_cmd: use argv_arrayJeff King2016-02-22
| * Merge branch 'jk/git-no-more-argv0-path-munging'Junio C Hamano2015-05-19
| |\
* | | exec_cmd.c: use find_last_dir_sep() for code simplificationAlexander Kuleshov2016-02-19
* | | Merge branch 'jk/git-no-more-argv0-path-munging' into maintJunio C Hamano2015-05-26
|\ \ \ | |/ / |/| / | |/
| * stop putting argv[0] dirname at front of PATHJeff King2015-04-22
* | Merge branch 'jc/exec-cmd-system-path-leak-fix'Junio C Hamano2014-12-22
|\ \ | |/ |/|
| * system_path(): always return free'able memory to the callerJunio C Hamano2014-11-30
* | use strbuf_add_absolute_path() to add absolute pathsRené Scharfe2014-08-26
|/
* run-command: treat inaccessible directories as ENOENTJeff King2012-04-05
* Name make_*_path functions more accuratelyCarlos Martín Nieto2011-03-17
* exec_cmd: remove unused externErik Faye-Lund2011-01-19
* Merge branch 'cw/maint-exec-defpath'Junio C Hamano2010-05-21
|\
| * exec_cmd.c: replace hard-coded path list with one from <paths.h>Chris Webb2010-04-15
* | Print RUNTIME_PREFIX warning only when GIT_TRACE is setJohannes Sixt2010-02-23
|/
* Merge branch 'js/maint-1.6.0-exec-path-env'Junio C Hamano2009-03-26
|\
| * Propagate --exec-path setting to external commands via GIT_EXEC_PATHJohannes Sixt2009-03-21
* | system_path(): simplify using strip_path_suffix(), and add suffix "git"Johannes Schindelin2009-02-19
* | Compute prefix at runtime if RUNTIME_PREFIX is setSteffen Prohaska2009-01-26
* | Modify setup_path() to only add git_exec_path() to PATHSteffen Prohaska2009-01-26
* | git_extract_argv0_path(): Move check for valid argv0 from caller to calleeSteffen Prohaska2009-01-26
* | Refactor git_set_argv0_path() to git_extract_argv0_path()Steve Haslam2009-01-26
* | Move computation of absolute paths from Makefile to runtime (in preparation f...Steffen Prohaska2009-01-26
* | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-12
|/
* Refactor, adding prepare_git_cmd(const char **argv)Steffen Prohaska2008-07-28
* Allow add_path() to add non-existent directories to the pathJohannes Sixt2008-07-25
* Allow the built-in exec path to be relative to the command invocation pathJohannes Sixt2008-07-25
* Fix relative built-in paths to be relative to the command invocationJohannes Sixt2008-07-25
* Record the command invocation path earlyJohannes Sixt2008-07-25
* Move code interpreting path relative to exec-dir to new function system_path()Steffen Prohaska2008-07-13
* Merge branch 'j6t/mingw'Junio C Hamano2008-07-02
|\
| * Windows: Compute the fallback for exec_path from the program invocation.Johannes Sixt2008-06-26
| * Turn builtin_exec_path into a function.Johannes Sixt2008-06-26
| * Windows: Use the Windows style PATH separator ';'.Johannes Sixt2008-06-22
* | Prepare execv_git_cmd() for removal of builtins from the filesystemJunio C Hamano2008-06-23
|/
* Trace and quote with argv: get rid of unneeded count argument.Christian Couder2007-12-03
* use only the $PATH for exec'ing git commandsScott R Parish2007-10-29
* "current_exec_path" is a misleading name, use "argv_exec_path"Scott R Parish2007-10-29
* 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