On Tuesday 03 June 2008, Stepan Kasal wrote: > Hello, > > git source code uses curl (the binary) on exactly one spot: > git-clone.sh > I would welcome if that spot were rewritten so that git would no > longer require curl, only libcurl. In the next version of Git (v1.5.6, currently in RC1), git-clone.sh has been replaced by a builtin C version (builtin-clone.c, part of the git binary). I assume the new version uses libcurl instead of the curl binary. Have fun! :) ...Johan -- Johan Herland, <johan@xxxxxxxxxxx> www.herland.net -- 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