Re: [PATCH 0/8] midx: stop deduplicating info redundant with their sources
From: Patrick Steinhardt <hidden>
Date: 2025-07-30 05:21:15
From: Patrick Steinhardt <hidden>
Date: 2025-07-30 05:21:15
On Tue, Jul 29, 2025 at 11:33:53AM -0700, Junio C Hamano wrote:
Patrick Steinhardt [off-list ref] writes:quoted
this patch series is a follow up to the recent patch series that started to move the MIDX into its object source. It refactors the MIDX subsystem so that we always read and write them via an ODB source. This ultimately allows us to store a pointer to the owning ODB source in the MIDX and thus dedup some redundant information."Stop deduplicating info" in the series title is probably a typo of "stop duplicating" (which is the title of the 7th step)?
Oh, indeed. Will fix in the next iteration, thanks! Patrick