| Commit message (Expand) | Author | Age | Files | Lines |
* | common-main: stop munging argv[0] pathjk/common-main | Jeff King | 2016-11-29 | 1 | -7/+3 |
* | Merge branch 'jk/tighten-alloc' | Junio C Hamano | 2016-02-26 | 1 | -17/+11 |
|\ |
|
| * | prepare_{git,shell}_cmd: use argv_array | Jeff King | 2016-02-22 | 1 | -17/+11 |
| * | Merge branch 'jk/git-no-more-argv0-path-munging' | Junio C Hamano | 2015-05-19 | 1 | -1/+0 |
| |\ |
|
* | | | exec_cmd.c: use find_last_dir_sep() for code simplificationak/extract-argv0-last-dir-sep | Alexander Kuleshov | 2016-02-19 | 1 | -4/+2 |
* | | | Merge branch 'jk/git-no-more-argv0-path-munging' into maint | Junio C Hamano | 2015-05-26 | 1 | -1/+0 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | stop putting argv[0] dirname at front of PATHjk/git-no-more-argv0-path-munging | Jeff King | 2015-04-22 | 1 | -1/+0 |
* | | Merge branch 'jc/exec-cmd-system-path-leak-fix' | Junio C Hamano | 2014-12-22 | 1 | -4/+3 |
|\ \
| |/
|/| |
|
| * | system_path(): always return free'able memory to the callerjc/exec-cmd-system-path-leak-fix | Junio C Hamano | 2014-11-30 | 1 | -4/+3 |
* | | use strbuf_add_absolute_path() to add absolute pathsrs/strbuf-getcwd | René Scharfe | 2014-08-26 | 1 | -5/+1 |
|/ |
|
* | run-command: treat inaccessible directories as ENOENT | Jeff King | 2012-04-05 | 1 | -1/+1 |
* | Name make_*_path functions more accurately | Carlos Martín Nieto | 2011-03-17 | 1 | -1/+1 |
* | exec_cmd: remove unused extern | Erik Faye-Lund | 2011-01-19 | 1 | -1/+0 |
* | Merge branch 'cw/maint-exec-defpath' | Junio C Hamano | 2010-05-21 | 1 | -1/+1 |
|\ |
|
| * | exec_cmd.c: replace hard-coded path list with one from <paths.h> | Chris Webb | 2010-04-15 | 1 | -1/+1 |
* | | Print RUNTIME_PREFIX warning only when GIT_TRACE is set | Johannes Sixt | 2010-02-23 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'js/maint-1.6.0-exec-path-env' | Junio C Hamano | 2009-03-26 | 1 | -0/+4 |
|\ |
|
| * | Propagate --exec-path setting to external commands via GIT_EXEC_PATH | Johannes Sixt | 2009-03-21 | 1 | -0/+4 |
* | | system_path(): simplify using strip_path_suffix(), and add suffix "git" | Johannes Schindelin | 2009-02-19 | 1 | -29/+4 |
* | | Compute prefix at runtime if RUNTIME_PREFIX is set | Steffen Prohaska | 2009-01-26 | 1 | -0/+44 |
* | | Modify setup_path() to only add git_exec_path() to PATH | Steffen Prohaska | 2009-01-26 | 1 | -3/+1 |
* | | git_extract_argv0_path(): Move check for valid argv0 from caller to callee | Steffen Prohaska | 2009-01-26 | 1 | -1/+5 |
* | | Refactor git_set_argv0_path() to git_extract_argv0_path() | Steve Haslam | 2009-01-26 | 1 | -2/+12 |
* | | Move computation of absolute paths from Makefile to runtime (in preparation f... | Steffen Prohaska | 2009-01-26 | 1 | -5/+8 |
* | | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer | Brandon Casey | 2008-10-12 | 1 | -3/+1 |
|/ |
|
* | Refactor, adding prepare_git_cmd(const char **argv) | Steffen Prohaska | 2008-07-28 | 1 | -1/+6 |
* | Allow add_path() to add non-existent directories to the path | Johannes Sixt | 2008-07-25 | 1 | -1/+1 |
* | Allow the built-in exec path to be relative to the command invocation path | Johannes Sixt | 2008-07-25 | 1 | -36/+2 |
* | Fix relative built-in paths to be relative to the command invocation | Johannes Sixt | 2008-07-25 | 1 | -2/+2 |
* | Record the command invocation path early | Johannes Sixt | 2008-07-25 | 1 | -2/+8 |
* | Move code interpreting path relative to exec-dir to new function system_path() | Steffen Prohaska | 2008-07-13 | 1 | -0/+10 |
* | Merge branch 'j6t/mingw' | Junio C Hamano | 2008-07-02 | 1 | -4/+37 |
|\ |
|
| * | Windows: Compute the fallback for exec_path from the program invocation. | Johannes Sixt | 2008-06-26 | 1 | -0/+29 |
| * | Turn builtin_exec_path into a function. | Johannes Sixt | 2008-06-26 | 1 | -3/+7 |
| * | Windows: Use the Windows style PATH separator ';'. | Johannes Sixt | 2008-06-22 | 1 | -1/+1 |
* | | Prepare execv_git_cmd() for removal of builtins from the filesystem | Junio C Hamano | 2008-06-23 | 1 | -19/+12 |
|/ |
|
* | Trace and quote with argv: get rid of unneeded count argument. | Christian Couder | 2007-12-03 | 1 | -1/+1 |
* | use only the $PATH for exec'ing git commands | Scott R Parish | 2007-10-29 | 1 | -69/+53 |
* | "current_exec_path" is a misleading name, use "argv_exec_path" | Scott R Parish | 2007-10-29 | 1 | -6/+6 |
* | Mechanical conversion to use prefixcmp() | Junio C Hamano | 2007-02-20 | 1 | -1/+1 |
* | Use preprocessor constants for environment variable names. | Junio C Hamano | 2006-12-19 | 1 | -2/+2 |
* | Trace into open fd and refactor tracing code. | Christian Couder | 2006-08-31 | 1 | -16/+2 |
* | remove unnecessary initializations | David Rientjes | 2006-08-15 | 1 | -1/+1 |
* | GIT_TRACE: fix a mixed declarations and code warning | Timo Hirvonen | 2006-07-09 | 1 | -1/+1 |
* | GIT_TRACE: show which built-in/external commands are executed | Matthias Lederhofer | 2006-07-09 | 1 | -0/+19 |
* | git_exec_path, execv_git_cmd: ignore empty environment variables | Dmitry V. Levin | 2006-05-30 | 1 | -2/+2 |
* | execv_git_cmd: Fix stack buffer overflow. | Dmitry V. Levin | 2006-05-30 | 1 | -9/+23 |
* | cleanups: remove unused variable from exec_cmd.c | Serge E. Hallyn | 2006-04-17 | 1 | -3/+1 |
* | Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) | Junio C Hamano | 2006-03-09 | 1 | -1/+1 |
* | Const tightening. | Junio C Hamano | 2006-03-05 | 1 | -6/+7 |