On Thu, Apr 10, 2025 at 02:10:28AM -0700, Karthik Nayak wrote: > Junio C Hamano <gitster@xxxxxxxxx> writes: > > > Since the issue #02 of this month, a handful of topics have been > > picked up, a few topics have been replaced by their newer > > iterations, a topic that is already in 'next' gained an additional > > commit on top, and a topic got its description extended. > > > > -------------------------------------------------- > > Born topics > > > > [New Topics] > > > > * kn/bundle-dedup-optim (2025-04-08) 2 commits > > - bundle: fix non-linear performance scaling with refs > > - t6020: test for duplicate refnames in bundle creation > > > > Optimize the code to dedup references recorded in a bundle file. > > > > Will merge to 'next'? > > source: <20250408-488-generating-bundles-with-many-references-has-non-linear-performance-v2-0-0802fc36a23d@xxxxxxxxx> > > > > Toon approved/tested the newer version. I'm still wary if some edge-case > was missed. However the series has added more tests and everything seems > to be good. So we could merge to next. I had also reviewed it internally before it was sent to the mailing list and couldn't spot anything wrong with the current version. Patrick