clone: let the user know when check_everything_connected is run
commit0781aa4766ed88d620ea060c7d775ca806ebfa93
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Fri, 3 May 2013 12:35:11 +0000 (3 19:35 +0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 11 May 2013 17:28:54 +0000 (11 10:28 -0700)
treeb17cf2e0c7e937ee6590c8034ef6a9326ff30806
parentb387c77b12953d543bf5efc3825b5be26d753f9c
clone: let the user know when check_everything_connected is run

check_everything_connected could take a long time, especially in the
clone case where the whole DAG is traversed. The user deserves to know
what's going on.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/clone.c