Merge branch 'jk/maint-clone-shared-no-connectivity-validation'
commit45ed4afabee57a2583f4b88828f598573f7cd239
authorJunio C Hamano <gitster@pobox.com>
Thu, 18 Jul 2013 19:48:28 +0000 (18 12:48 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Jul 2013 19:48:29 +0000 (18 12:48 -0700)
tree58e0e700bdc32f5d9840a78a07217771c95f5726
parentdb1a848421fe05482e36fcba76f019299ae93b25
parent125a05fd0b45416558923b753f6418c24208d443
Merge branch 'jk/maint-clone-shared-no-connectivity-validation'

"git clone -s/-l" is a filesystem level copy and does not offer any
protection against source repository being corrupt.  While the
connectivity validation checks commits and trees being readable, it
made the otherwise instantaneous local modes of clone much more
expensive, without protecting blob data from bitflips.

* jk/maint-clone-shared-no-connectivity-validation:
  clone: drop connectivity check for local clones
builtin/clone.c