From: Taylor Blau Date: Fri, 1 Nov 2024 16:53:31 +0000 (-0400) Subject: Merge branch 'jk/dumb-http-finalize' X-Git-Tag: v2.48.0-rc0~74 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1c5a712f26b67e07672a4bcda017046f45545369;p=thirdparty%2Fgit.git Merge branch 'jk/dumb-http-finalize' The dumb-http code regressed when the result of re-indexing a pack yielded an *.idx file that differs in content from the *.idx file it downloaded from the remote. This has been corrected by no longer relying on the *.idx file we got from the remote. * jk/dumb-http-finalize: packfile: use oidread() instead of hashcpy() to fill object_id packfile: use object_id in find_pack_entry_one() packfile: convert find_sha1_pack() to use object_id http-walker: use object_id instead of bare hash packfile: warn people away from parse_packed_git() packfile: drop sha1_pack_index_name() packfile: drop sha1_pack_name() packfile: drop has_pack_index() dumb-http: store downloaded pack idx as tempfile t5550: count fetches in "previously-fetched .idx" test midx: avoid duplicate packed_git entries --- 1c5a712f26b67e07672a4bcda017046f45545369