clone: use a real progress meter for connectivity check
commit38e590ea12336bcfae0310092885743e6ba79781
authorJeff King <peff@peff.net>
Fri, 15 Jul 2016 10:33:18 +0000 (15 06:33 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 20 Jul 2016 19:11:09 +0000 (20 12:11 -0700)
treeec8a4f25eab5f6dff4b2b47494c1327c377372da
parent70d5e2d77b4c2afdb442b37924bc252793e106d9
clone: use a real progress meter for connectivity check

Because the initial connectivity check for a cloned
repository can be slow, 0781aa4 (clone: let the user know
when check_everything_connected is run, 2013-05-03) added a
"fake" progress meter; we simply say "Checking connectivity"
when it starts, and "done" at the end, with nothing between.

Since check_connected() now knows how to do a real progress
meter, we can drop our fake one and use that one instead.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/clone.c