aboutsummaryrefslogtreecommitdiff
path: root/exec_cmd.h
Commit message (Expand)AuthorAge
* common-main: stop munging argv[0] pathJeff King2016-11-29
* prepare_{git,shell}_cmd: use argv_arrayJeff King2016-02-22
* system_path(): always return free'able memory to the callerJunio C Hamano2014-11-30
* Add the LAST_ARG_MUST_BE_NULL macroRamsay Jones2013-07-19
* use "sentinel" function attribute for variadic listsJeff King2013-07-09
* Refactor git_set_argv0_path() to git_extract_argv0_path()Steve Haslam2009-01-26
* Refactor, adding prepare_git_cmd(const char **argv)Steffen Prohaska2008-07-28
* Record the command invocation path earlyJohannes Sixt2008-07-25
* Move code interpreting path relative to exec-dir to new function system_path()Steffen Prohaska2008-07-13
* use only the $PATH for exec'ing git commandsScott R Parish2007-10-29
* "current_exec_path" is a misleading name, use "argv_exec_path"Scott R Parish2007-10-29
* Make macros to prevent double-inclusion in headers consistent.Junio C Hamano2007-04-29
* Const tightening.Junio C Hamano2006-03-05
* Exec git programs without using PATH.Michal Ostrowski2006-01-13