- d70a9eb strvec: rename struct fields by Jeff King · 4 years, 7 months ago
- ef8d7ac strvec: convert more callers away from argv_array name by Jeff King · 4 years, 7 months ago
- dbbcd44 strvec: rename files from argv-array to strvec by Jeff King · 4 years, 7 months ago
- ee4512e trace2: create new combined trace facility by Jeff Hostetler · 6 years ago
- 31a55e9 exec-cmd.c: mark more strings for translation by Nguyễn Thái Ngọc Duy · 7 years ago
- 71c848b Merge branch 'js/runtime-prefix' by Junio C Hamano · 7 years ago
- 92034a9 Merge branch 'dj/runtime-prefix' by Junio C Hamano · 7 years ago
- d807c4a exec_cmd: rename to use dash in file name by Stefan Beller · 7 years ago[Renamed (99%) from exec_cmd.c]
- c1bb33c git_extract_argv0_path: do nothing without RUNTIME_PREFIX by Jeff King · 8 years ago
- 39b2f6a system_path: move RUNTIME_PREFIX to a sub-function by Jeff King · 8 years ago
- e8272fd Merge branch 'js/exec-path-coverity-workaround' by Junio C Hamano · 8 years ago
- 007ac54 git_exec_path: do not return the result of getenv() by Jeff King · 8 years ago
- c9bb5d1 git_exec_path: avoid Coverity warning about unfree()d result by Johannes Schindelin · 8 years ago
- 6854a8f common-main: stop munging argv[0] path by Jeff King · 8 years ago
- 11529ec Merge branch 'jk/tighten-alloc' by Junio C Hamano · 9 years ago
- 20574f5 prepare_{git,shell}_cmd: use argv_array by Jeff King · 9 years ago
- f459823 exec_cmd.c: use find_last_dir_sep() for code simplification by Alexander Kuleshov · 9 years ago
- af6d7a6 Merge branch 'jk/git-no-more-argv0-path-munging' into maint by Junio C Hamano · 10 years ago
- 1645dbe Merge branch 'jk/git-no-more-argv0-path-munging' by Junio C Hamano · 10 years ago
- a0b4507 stop putting argv[0] dirname at front of PATH by Jeff King · 10 years ago
- 6bcaff1 Merge branch 'jc/exec-cmd-system-path-leak-fix' by Junio C Hamano · 10 years ago
- 59362e5 system_path(): always return free'able memory to the caller by Junio C Hamano · 10 years ago
- 9610dec use strbuf_add_absolute_path() to add absolute paths by René Scharfe · 11 years ago
- 38f865c run-command: treat inaccessible directories as ENOENT by Jeff King · 13 years ago
- e2a57aa Name make_*_path functions more accurately by Carlos Martín Nieto · 14 years ago
- b312b41 exec_cmd: remove unused extern by Erik Faye-Lund · 14 years ago
- 455bda9 Merge branch 'cw/maint-exec-defpath' by Junio C Hamano · 15 years ago
- cb6a22c exec_cmd.c: replace hard-coded path list with one from <paths.h> by Chris Webb · 15 years ago
- aa09457 Print RUNTIME_PREFIX warning only when GIT_TRACE is set by Johannes Sixt · 15 years ago
- b2aa958 Merge branch 'js/maint-1.6.0-exec-path-env' by Junio C Hamano · 16 years ago
- c90d565 Propagate --exec-path setting to external commands via GIT_EXEC_PATH by Johannes Sixt · 16 years ago
- 024aa7d system_path(): simplify using strip_path_suffix(), and add suffix "git" by Johannes Schindelin · 16 years ago
- 35fb0e86 Compute prefix at runtime if RUNTIME_PREFIX is set by Steffen Prohaska · 16 years ago
- 8e34628 Modify setup_path() to only add git_exec_path() to PATH by Steffen Prohaska · 16 years ago
- 2cd72b0 git_extract_argv0_path(): Move check for valid argv0 from caller to callee by Steffen Prohaska · 16 years ago
- 4dd47c3 Refactor git_set_argv0_path() to git_extract_argv0_path() by Steve Haslam · 16 years ago
- 026fa0d Move computation of absolute paths from Makefile to runtime (in preparation for RUNTIME_PREFIX) by Steffen Prohaska · 16 years ago
- f285a2d Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer by Brandon Casey · 16 years ago
- 4933e5e Refactor, adding prepare_git_cmd(const char **argv) by Steffen Prohaska · 17 years ago
- 10c4c88 Allow add_path() to add non-existent directories to the path by Johannes Sixt · 17 years ago
- 49fa65a Allow the built-in exec path to be relative to the command invocation path by Johannes Sixt · 17 years ago
- 966c6ed Fix relative built-in paths to be relative to the command invocation by Johannes Sixt · 17 years ago
- e1464ca Record the command invocation path early by Johannes Sixt · 17 years ago
- 2de9de5 Move code interpreting path relative to exec-dir to new function system_path() by Steffen Prohaska · 17 years ago
- bb1ab2d Merge branch 'j6t/mingw' by Junio C Hamano · 17 years ago
- 6fad004 Windows: Compute the fallback for exec_path from the program invocation. by Johannes Sixt · 18 years ago
- 4ec22a4 Turn builtin_exec_path into a function. by Johannes Sixt · 18 years ago
- 7550be0 Prepare execv_git_cmd() for removal of builtins from the filesystem by Junio C Hamano · 17 years ago
- 80ba074 Windows: Use the Windows style PATH separator ';'. by Johannes Sixt · 17 years ago
- b319ce4 Trace and quote with argv: get rid of unneeded count argument. by Christian Couder · 17 years ago
- 511707d use only the $PATH for exec'ing git commands by Scott R Parish · 17 years ago
- 384df83 "current_exec_path" is a misleading name, use "argv_exec_path" by Scott R Parish · 17 years ago
- cc44c76 Mechanical conversion to use prefixcmp() by Junio C Hamano · 18 years ago
- d4ebc36 Use preprocessor constants for environment variable names. by Junio C Hamano · 18 years ago
- 7cf6720 Trace into open fd and refactor tracing code. by Christian Couder · 19 years ago
- 96f1e58 remove unnecessary initializations by David Rientjes · 19 years ago
- e82e058 GIT_TRACE: fix a mixed declarations and code warning by Timo Hirvonen · 19 years ago
- 575ba9d GIT_TRACE: show which built-in/external commands are executed by Matthias Lederhofer · 19 years ago
- 2b60162 git_exec_path, execv_git_cmd: ignore empty environment variables by Dmitry V. Levin · 19 years ago
- d685990 execv_git_cmd: Fix stack buffer overflow. by Dmitry V. Levin · 19 years ago
- bb99661 cleanups: remove unused variable from exec_cmd.c by Serge E. Hallyn · 19 years ago
- b4f2a6a Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) by Junio C Hamano · 19 years ago
- 9201c70 Const tightening. by Junio C Hamano · 19 years ago
- 962554c Use setenv(), fix warnings by Timo Hirvonen · 19 years ago
- 77cb17e Exec git programs without using PATH. by Michal Ostrowski · 19 years ago