Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the LAST_ARG_MUST_BE_NULL macrojk/gcc-function-attributes | Ramsay Jones | 2013-07-19 | 1 | -1/+1 |
* | use "sentinel" function attribute for variadic lists | Jeff King | 2013-07-09 | 1 | -0/+1 |
* | Refactor git_set_argv0_path() to git_extract_argv0_path() | Steve Haslam | 2009-01-26 | 1 | -2/+2 |
* | Refactor, adding prepare_git_cmd(const char **argv) | Steffen Prohaska | 2008-07-28 | 1 | -0/+1 |
* | Record the command invocation path early | Johannes Sixt | 2008-07-25 | 1 | -1/+2 |
* | Move code interpreting path relative to exec-dir to new function system_path() | Steffen Prohaska | 2008-07-13 | 1 | -1/+1 |
* | use only the $PATH for exec'ing git commands | Scott R Parish | 2007-10-29 | 1 | -0/+1 |
* | "current_exec_path" is a misleading name, use "argv_exec_path" | Scott R Parish | 2007-10-29 | 1 | -1/+1 |
* | Make macros to prevent double-inclusion in headers consistent. | Junio C Hamano | 2007-04-29 | 1 | -3/+3 |
* | Const tightening. | Junio C Hamano | 2006-03-05 | 1 | -2/+2 |
* | Exec git programs without using PATH. | Michal Ostrowski | 2006-01-13 | 1 | -0/+10 |