David Miller <davem@xxxxxxxxxxxxx> writes: > Shouldn't stand-alone programs other than git.c itself also call > setup_path()? > > I have a problem where if I only install git into my own home > directory ~/bin, I can't send pull requests over SSH to that machine > successfully because the execvp() of "pack-objects" by git-upload-pack > fails due to the PATH not containing "git --exec-dir" > > If I add a dummy setup_path(NULL) call to upload-pack.c, it works > fine. Yeah, Johannes Sixt had a patch to do exactly that earlier Message-ID: <47B182C1.60006@xxxxxxxxxxxxx> http://news.gmane.org/gmane.comp.version-control.git/73651 and I think it is a good idea to apply it. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html