summaryrefslogtreecommitdiff
path: root/exec_cmd.h
Commit message (Expand)AuthorAgeFilesLines
* Add the LAST_ARG_MUST_BE_NULL macrojk/gcc-function-attributesRamsay Jones2013-07-191-1/+1
* use "sentinel" function attribute for variadic listsJeff King2013-07-091-0/+1
* Refactor git_set_argv0_path() to git_extract_argv0_path()Steve Haslam2009-01-261-2/+2
* Refactor, adding prepare_git_cmd(const char **argv)Steffen Prohaska2008-07-281-0/+1
* Record the command invocation path earlyJohannes Sixt2008-07-251-1/+2
* Move code interpreting path relative to exec-dir to new function system_path()Steffen Prohaska2008-07-131-1/+1
* use only the $PATH for exec'ing git commandsScott R Parish2007-10-291-0/+1
* "current_exec_path" is a misleading name, use "argv_exec_path"Scott R Parish2007-10-291-1/+1
* Make macros to prevent double-inclusion in headers consistent.Junio C Hamano2007-04-291-3/+3
* Const tightening.Junio C Hamano2006-03-051-2/+2
* Exec git programs without using PATH.Michal Ostrowski2006-01-131-0/+10