index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
exec_cmd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
use only the $PATH for exec'ing git commands
Scott R Parish
2007-10-30
1
-69
/
+53
*
"current_exec_path" is a misleading name, use "argv_exec_path"
Scott R Parish
2007-10-30
1
-6
/
+6
*
Mechanical conversion to use prefixcmp()
Junio C Hamano
2007-02-21
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-16
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-31
1
-2
/
+2
*
execv_git_cmd: Fix stack buffer overflow.
Dmitry V. Levin
2006-05-31
1
-9
/
+23
*
cleanups: remove unused variable from exec_cmd.c
Serge E. Hallyn
2006-04-18
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
*
Use setenv(), fix warnings
Timo Hirvonen
2006-02-27
1
-1
/
+1
*
Exec git programs without using PATH.
Michal Ostrowski
2006-01-14
1
-0
/
+117