Git-shell do not work when git is not installed in PATH
From: Gustaf Gunnarsson <hidden> Date: 2016-06-15 22:46:25
Hi,
git-shell is unable to spawn git-receive-pack, git-upload-pack and
git-cvsserver when git is not installed in PATH.
As far as I understund it is impossible to get
git_extract_argv0_path() to work when using git-shell and the only
path the actually works to use is GIT_EXEC_PATH. Hence, could the
defaults be changed so that git is also installed in GIT_EXEC_PATH or
is there some better solution?
//Gustaf