commit | e1464ca7bb0d705210ba7198f004b2fb2b807e12 | [log] [tgz] |
---|---|---|
author | Johannes Sixt <johannes.sixt@telecom.at> | Mon Jul 21 21:19:52 2008 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Fri Jul 25 17:41:13 2008 -0700 |
tree | 853d900a35dffa52c1001f3408eca528229afe5c | |
parent | 46beb55988e68da04c2e9d319c71b9b940f0854c [diff] |
Record the command invocation path early We will need the command invocation path in system_path(). This path was passed to setup_path(), but system_path() can be called earlier, for example via: main commit_pager_choice setup_pager git_config git_etc_gitconfig system_path Therefore, we introduce git_set_argv0_path() and call it as soon as possible. Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at> Signed-off-by: Junio C Hamano <gitster@pobox.com>