๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
Git 1.7.0.3
  1. b2aa958 Merge branch 'js/maint-1.6.0-exec-path-env' by Junio C Hamano ยท 17 years ago
  2. c90d565 Propagate --exec-path setting to external commands via GIT_EXEC_PATH by Johannes Sixt ยท 17 years ago
  3. 024aa7d system_path(): simplify using strip_path_suffix(), and add suffix "git" by Johannes Schindelin ยท 17 years ago
  4. 35fb0e86 Compute prefix at runtime if RUNTIME_PREFIX is set by Steffen Prohaska ยท 17 years ago
  5. 8e34628 Modify setup_path() to only add git_exec_path() to PATH by Steffen Prohaska ยท 17 years ago
  6. 2cd72b0 git_extract_argv0_path(): Move check for valid argv0 from caller to callee by Steffen Prohaska ยท 17 years ago
  7. 4dd47c3 Refactor git_set_argv0_path() to git_extract_argv0_path() by Steve Haslam ยท 17 years ago
  8. 026fa0d Move computation of absolute paths from Makefile to runtime (in preparation for RUNTIME_PREFIX) by Steffen Prohaska ยท 17 years ago
  9. f285a2d Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer by Brandon Casey ยท 17 years ago
  10. 4933e5e Refactor, adding prepare_git_cmd(const char **argv) by Steffen Prohaska ยท 17 years ago
  11. 10c4c88 Allow add_path() to add non-existent directories to the path by Johannes Sixt ยท 17 years ago
  12. 49fa65a Allow the built-in exec path to be relative to the command invocation path by Johannes Sixt ยท 17 years ago
  13. 966c6ed Fix relative built-in paths to be relative to the command invocation by Johannes Sixt ยท 17 years ago
  14. e1464ca Record the command invocation path early by Johannes Sixt ยท 17 years ago
  15. 2de9de5 Move code interpreting path relative to exec-dir to new function system_path() by Steffen Prohaska ยท 17 years ago
  16. bb1ab2d Merge branch 'j6t/mingw' by Junio C Hamano ยท 17 years ago
  17. 6fad004 Windows: Compute the fallback for exec_path from the program invocation. by Johannes Sixt ยท 17 years ago
  18. 4ec22a4 Turn builtin_exec_path into a function. by Johannes Sixt ยท 17 years ago
  19. 7550be0 Prepare execv_git_cmd() for removal of builtins from the filesystem by Junio C Hamano ยท 17 years ago
  20. 80ba074 Windows: Use the Windows style PATH separator ';'. by Johannes Sixt ยท 17 years ago
  21. b319ce4 Trace and quote with argv: get rid of unneeded count argument. by Christian Couder ยท 18 years ago
  22. 511707d use only the $PATH for exec'ing git commands by Scott R Parish ยท 18 years ago
  23. 384df83 "current_exec_path" is a misleading name, use "argv_exec_path" by Scott R Parish ยท 18 years ago
  24. cc44c76 Mechanical conversion to use prefixcmp() by Junio C Hamano ยท 19 years ago
  25. d4ebc36 Use preprocessor constants for environment variable names. by Junio C Hamano ยท 19 years ago
  26. 7cf6720 Trace into open fd and refactor tracing code. by Christian Couder ยท 19 years ago
  27. 96f1e58 remove unnecessary initializations by David Rientjes ยท 19 years ago
  28. e82e058 GIT_TRACE: fix a mixed declarations and code warning by Timo Hirvonen ยท 19 years ago
  29. 575ba9d GIT_TRACE: show which built-in/external commands are executed by Matthias Lederhofer ยท 19 years ago
  30. 2b60162 git_exec_path, execv_git_cmd: ignore empty environment variables by Dmitry V. Levin ยท 20 years ago
  31. d685990 execv_git_cmd: Fix stack buffer overflow. by Dmitry V. Levin ยท 20 years ago
  32. bb99661 cleanups: remove unused variable from exec_cmd.c by Serge E. Hallyn ยท 20 years ago
  33. b4f2a6a Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) by Junio C Hamano ยท 20 years ago
  34. 9201c70 Const tightening. by Junio C Hamano ยท 20 years ago
  35. 962554c Use setenv(), fix warnings by Timo Hirvonen ยท 20 years ago
  36. 77cb17e Exec git programs without using PATH. by Michal Ostrowski ยท 20 years ago