5 Commits (9839cce4a7d9c426b82d3b2198a503918d9c8894)

Author SHA1 Message Date
Jeff King 873cd28a8b argv-array: rename to strvec 4 years ago
Denton Liu b199d7147a *.[ch]: remove extern from function declarations using sed 6 years ago
Denton Liu 554544276a *.[ch]: remove extern from function declarations using spatch 6 years ago
Stefan Beller d807c4a01d exec_cmd: rename to use dash in file name 7 years ago
Dan Jacques 226c0ddd0d exec_cmd: RUNTIME_PREFIX on some POSIX systems 7 years ago
Jeff King 6854a8f5c9 common-main: stop munging argv[0] path 8 years ago
Jeff King 20574f551b prepare_{git,shell}_cmd: use argv_array 9 years ago
Junio C Hamano 59362e560d system_path(): always return free'able memory to the caller 10 years ago
Ramsay Jones 9fe3edc47f Add the LAST_ARG_MUST_BE_NULL macro 12 years ago
Jeff King eccb614924 use "sentinel" function attribute for variadic lists 12 years ago
Steve Haslam 4dd47c3b86 Refactor git_set_argv0_path() to git_extract_argv0_path() 16 years ago
Steffen Prohaska 4933e5ebde Refactor, adding prepare_git_cmd(const char **argv) 17 years ago
Johannes Sixt e1464ca7bb Record the command invocation path early 17 years ago
Steffen Prohaska 2de9de5e4a Move code interpreting path relative to exec-dir to new function system_path() 17 years ago
Scott R Parish 511707d42b use only the $PATH for exec'ing git commands 17 years ago
Scott R Parish 384df83312 "current_exec_path" is a misleading name, use "argv_exec_path" 17 years ago
Junio C Hamano e0173ad9fc Make macros to prevent double-inclusion in headers consistent. 18 years ago
Junio C Hamano 9201c70742 Const tightening. 19 years ago
Michal Ostrowski 77cb17e940 Exec git programs without using PATH. 19 years ago