From: Junio C Hamano Date: Tue, 13 Sep 2022 18:38:23 +0000 (-0700) Subject: Merge branch 'jk/upload-pack-skip-hash-check' X-Git-Tag: v2.38.0-rc0~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8b2f027e2096848b32cd8e0daa362fe08e5276c4;p=thirdparty%2Fgit.git 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 --- 8b2f027e2096848b32cd8e0daa362fe08e5276c4