Merge branch 'jk/upload-pack-skip-hash-check'
commit8b2f027e2096848b32cd8e0daa362fe08e5276c4
authorJunio C Hamano <gitster@pobox.com>
Tue, 13 Sep 2022 18:38:23 +0000 (13 11:38 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 Sep 2022 18:38:23 +0000 (13 11:38 -0700)
tree7b522d40f70c082b0fc5eeb3b97461df926c45d1
parente0574c4fd1ee903409db010fcac7c1ab8f3891c9
parent945ed0095749a12a5eea03d3ec9512516d2f2b85
Merge branch 'jk/upload-pack-skip-hash-check'

The server side that responds to "git fetch" and "git clone"
request has been optimized by allowing it to send objects in its
object store without recomputing and validating the object names.

* jk/upload-pack-skip-hash-check:
  t1060: check partial clone of misnamed blob
  parse_object(): check commit-graph when skip_hash set
  upload-pack: skip parse-object re-hashing of "want" objects
  parse_object(): allow skipping hash check