Merge branch 'nd/clone-connectivity-shortcut'
commit72e719292d5dd6e037fecbc3a1c5e4d4f21f03b8
authorJunio C Hamano <gitster@pobox.com>
Thu, 6 Jun 2013 19:17:55 +0000 (6 12:17 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 6 Jun 2013 19:17:55 +0000 (6 12:17 -0700)
tree239f589cfc197cc5fb839ace54e244dc9dc5f632
parent9d54f97e34a92d1504f24a5896e9741111f38d79
parentc6807a40dcd29f7e5ad1e2f4fc44f1729c9afa11
Merge branch 'nd/clone-connectivity-shortcut'

Special case "git clone" and use lighter-weight implementation to
check the completeness of the history behind refs.

* nd/clone-connectivity-shortcut:
  clone: open a shortcut for connectivity check
  index-pack: remove dead code (it should never happen)
  fetch-pack: prepare updated shallow file before fetching the pack
  clone: let the user know when check_everything_connected is run
builtin/clone.c
git.c
t/t5500-fetch-pack.sh