summaryrefslogtreecommitdiff
path: root/exec_cmd.h
AgeCommit message (Expand)AuthorFilesLines
2014-11-30system_path(): always return free'able memory to the callerLibravatar Junio C Hamano1-1/+1
2013-07-19Add the LAST_ARG_MUST_BE_NULL macroLibravatar Ramsay Jones1-1/+1
2013-07-09use "sentinel" function attribute for variadic listsLibravatar Jeff King1-0/+1
2009-01-26Refactor git_set_argv0_path() to git_extract_argv0_path()Libravatar Steve Haslam1-2/+2
2008-07-28Refactor, adding prepare_git_cmd(const char **argv)Libravatar Steffen Prohaska1-0/+1
2008-07-25Record the command invocation path earlyLibravatar Johannes Sixt1-1/+2
2008-07-13Move code interpreting path relative to exec-dir to new function system_path()Libravatar Steffen Prohaska1-1/+1
2007-10-29use only the $PATH for exec'ing git commandsLibravatar Scott R Parish1-0/+1
2007-10-29"current_exec_path" is a misleading name, use "argv_exec_path"Libravatar Scott R Parish1-1/+1
2007-04-29Make macros to prevent double-inclusion in headers consistent.Libravatar Junio C Hamano1-3/+3
2006-03-05Const tightening.Libravatar Junio C Hamano1-2/+2
2006-01-13Exec git programs without using PATH.Libravatar Michal Ostrowski1-0/+10