git-clone: do not special case dumb http.
authorJunio C Hamano <junkio@cox.net>
Fri, 23 Dec 2005 00:01:46 +0000 (16:01 -0800)
committerJunio C Hamano <junkio@cox.net>
Fri, 23 Dec 2005 23:30:07 +0000 (15:30 -0800)
commit056211053b7516a57ff7a6dd02f503ecef6fca70
tree24d7238803112060868404766b17782c4760ad6e
parent797bd6f490c91c07986382b9f268e0df712cb246
git-clone: do not special case dumb http.

Underlying http-fetch is supposed to be capable of handling
packed repositories just fine, so no need to special case it in
the wrapper script.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-clone.sh