From: Junio C Hamano Date: Fri, 12 Sep 2025 17:41:18 +0000 (-0700) Subject: Merge branch 'ps/object-store-midx-dedup-info' X-Git-Tag: v2.52.0-rc0~136 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c31a276f1207d3f794021023cc7e3b1ffddf3701;p=thirdparty%2Fgit.git Merge branch 'ps/object-store-midx-dedup-info' Further code clean-up for multi-pack-index code paths. * ps/object-store-midx-dedup-info: midx: compute paths via their source midx: stop duplicating info redundant with its owning source midx: write multi-pack indices via their source midx: load multi-pack indices via their source midx: drop redundant `struct repository` parameter odb: simplify calling `link_alt_odb_entry()` odb: return newly created in-memory sources odb: consistently use "dir" to refer to alternate's directory odb: allow `odb_find_source()` to fail odb: store locality in object database sources --- c31a276f1207d3f794021023cc7e3b1ffddf3701