summaryrefslogtreecommitdiff
path: root/exec_cmd.h
AgeCommit message (Expand)Author
2016-02-22prepare_{git,shell}_cmd: use argv_arrayJeff King
2014-12-01system_path(): always return free'able memory to the callerJunio C Hamano
2013-07-19Add the LAST_ARG_MUST_BE_NULL macroRamsay Jones
2013-07-10use "sentinel" function attribute for variadic listsJeff King
2009-01-26Refactor git_set_argv0_path() to git_extract_argv0_path()Steve Haslam
2008-07-29Refactor, adding prepare_git_cmd(const char **argv)Steffen Prohaska
2008-07-26Record the command invocation path earlyJohannes Sixt
2008-07-13Move code interpreting path relative to exec-dir to new function system_path()Steffen Prohaska
2007-10-30use only the $PATH for exec'ing git commandsScott R Parish
2007-10-30"current_exec_path" is a misleading name, use "argv_exec_path"Scott R Parish
2007-04-29Make macros to prevent double-inclusion in headers consistent.Junio C Hamano
2006-03-05Const tightening.Junio C Hamano
2006-01-14Exec git programs without using PATH.Michal Ostrowski