On Tue, Jul 29, 2025 at 11:33:53AM -0700, Junio C Hamano wrote: > Patrick Steinhardt <ps@xxxxxx> writes: > > 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