Hi, On Tue, 17 Mar 2009, Johannes Sixt wrote: > I noticed this failure if I run git from the build directory: > > $ ./git --exec-path=. gc I am not sure if "." is what you think it is; I imagine it would be $GIT_DIR by the time the PATH variable is adjusted. Could you try again with $ ./git --exec-path="$(pwd)" gc ? Thanks, Dscho -- 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