The "curl" executable is no longer required
authorJohan Herland <johan@herland.net>
Sun, 15 Jun 2008 10:16:01 +0000 (12:16 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 15 Jun 2008 20:44:44 +0000 (13:44 -0700)
git-clone.sh was the last user of the "curl" executable. Relevant git
commands now use libcurl instead. This should be reflected in the
install requirements.

Signed-off-by: Johan Herland <johan@herland.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found