1. b319ce4 Trace and quote with argv: get rid of unneeded count argument. by Christian Couder · 17 years ago
  2. 511707d use only the $PATH for exec'ing git commands by Scott R Parish · 17 years ago
  3. 384df83 "current_exec_path" is a misleading name, use "argv_exec_path" by Scott R Parish · 17 years ago
  4. cc44c76 Mechanical conversion to use prefixcmp() by Junio C Hamano · 18 years ago
  5. d4ebc36 Use preprocessor constants for environment variable names. by Junio C Hamano · 18 years ago
  6. 7cf6720 Trace into open fd and refactor tracing code. by Christian Couder · 19 years ago
  7. 96f1e58 remove unnecessary initializations by David Rientjes · 19 years ago
  8. e82e058 GIT_TRACE: fix a mixed declarations and code warning by Timo Hirvonen · 19 years ago
  9. 575ba9d GIT_TRACE: show which built-in/external commands are executed by Matthias Lederhofer · 19 years ago
  10. 2b60162 git_exec_path, execv_git_cmd: ignore empty environment variables by Dmitry V. Levin · 19 years ago
  11. d685990 execv_git_cmd: Fix stack buffer overflow. by Dmitry V. Levin · 19 years ago
  12. bb99661 cleanups: remove unused variable from exec_cmd.c by Serge E. Hallyn · 19 years ago
  13. b4f2a6a Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) by Junio C Hamano · 19 years ago
  14. 9201c70 Const tightening. by Junio C Hamano · 19 years ago
  15. 962554c Use setenv(), fix warnings by Timo Hirvonen · 19 years ago
  16. 77cb17e Exec git programs without using PATH. by Michal Ostrowski · 19 years ago