index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exec_cmd.c
Commit message (
Expand
)
Author
Age
*
Refactor, adding prepare_git_cmd(const char **argv)
Steffen Prohaska
2008-07-28
*
Allow add_path() to add non-existent directories to the path
Johannes Sixt
2008-07-25
*
Allow the built-in exec path to be relative to the command invocation path
Johannes Sixt
2008-07-25
*
Fix relative built-in paths to be relative to the command invocation
Johannes Sixt
2008-07-25
*
Record the command invocation path early
Johannes Sixt
2008-07-25
*
Move code interpreting path relative to exec-dir to new function system_path()
Steffen Prohaska
2008-07-13
*
Merge branch 'j6t/mingw'
Junio C Hamano
2008-07-02
|
\
|
*
Windows: Compute the fallback for exec_path from the program invocation.
Johannes Sixt
2008-06-26
|
*
Turn builtin_exec_path into a function.
Johannes Sixt
2008-06-26
|
*
Windows: Use the Windows style PATH separator ';'.
Johannes Sixt
2008-06-22
*
|
Prepare execv_git_cmd() for removal of builtins from the filesystem
Junio C Hamano
2008-06-23
|
/
*
Trace and quote with argv: get rid of unneeded count argument.
Christian Couder
2007-12-03
*
use only the $PATH for exec'ing git commands
Scott R Parish
2007-10-29
*
"current_exec_path" is a misleading name, use "argv_exec_path"
Scott R Parish
2007-10-29
*
Mechanical conversion to use prefixcmp()
Junio C Hamano
2007-02-20
*
Use preprocessor constants for environment variable names.
Junio C Hamano
2006-12-19
*
Trace into open fd and refactor tracing code.
Christian Couder
2006-08-31
*
remove unnecessary initializations
David Rientjes
2006-08-15
*
GIT_TRACE: fix a mixed declarations and code warning
Timo Hirvonen
2006-07-09
*
GIT_TRACE: show which built-in/external commands are executed
Matthias Lederhofer
2006-07-09
*
git_exec_path, execv_git_cmd: ignore empty environment variables
Dmitry V. Levin
2006-05-30
*
execv_git_cmd: Fix stack buffer overflow.
Dmitry V. Levin
2006-05-30
*
cleanups: remove unused variable from exec_cmd.c
Serge E. Hallyn
2006-04-17
*
Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))
Junio C Hamano
2006-03-09
*
Const tightening.
Junio C Hamano
2006-03-05
*
Use setenv(), fix warnings
Timo Hirvonen
2006-02-26
*
Exec git programs without using PATH.
Michal Ostrowski
2006-01-13