Hi, On Tue, 21 Nov 2006, Timur Tabi wrote: > I think you mean git-clone.sh instead of git-clone. No. If "git clone" does not work for you, the compilation failed. Do you run git in-place? Then you _have_ to set bindir=$(pwd) in config.mak. Otherwise, the git wrapper (you wrote "git-clone", but then you used "git clone") will look in $(HOME)/bin for your executables, and I bet that you have the other (official) git installed there. > However, git-clone.sh is not quite working either. I had to run > git-daemon on my machine, because git-clone.sh doesn't like the http > protocol, and my firewall blocks everything but that. For now, shallow clones only work with the git protocol, i.e. via git-daemon and ssh. Hth, 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