git-clone: always keep pack sent from remote.
authorJunio C Hamano <junkio@cox.net>
Wed, 19 Oct 2005 21:43:43 +0000 (14:43 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 19 Oct 2005 21:43:43 +0000 (14:43 -0700)
commite1c7ada6dd1fdf249d0bb84f3293d3be768b9239
treed82e2428e54df1bb8c44879cd44a6c6b4b89db63
parent49bb805e69f97e75472e54a68e9eb24e08dee011
git-clone: always keep pack sent from remote.

This deprecates --keep and -q flags and always keeps the pack
sent from the remote site.  Corresponding configuration
variables are also removed.

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