Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2006-07-09 | GIT_TRACE: fix a mixed declarations and code warning | 1 | -1/+1 | |
2006-07-09 | GIT_TRACE: show which built-in/external commands are executed | 1 | -0/+19 | |
2006-05-30 | git_exec_path, execv_git_cmd: ignore empty environment variables | 1 | -2/+2 | |
2006-05-30 | execv_git_cmd: Fix stack buffer overflow. | 1 | -9/+23 | |
2006-04-17 | cleanups: remove unused variable from exec_cmd.c | 1 | -3/+1 | |
2006-03-09 | Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) | 1 | -1/+1 | |
2006-03-05 | Const tightening. | 1 | -6/+7 | |
2006-02-26 | Use setenv(), fix warnings | 1 | -1/+1 | |
2006-01-13 | Exec git programs without using PATH. | 1 | -0/+117 |