On Tue, Dec 08, 2020 at 05:31:54PM -0800, Junio C Hamano wrote: > * tb/partial-clone-filters-fix (2020-12-03) 2 commits > - upload-pack.c: don't free allowed_filters util pointers > - builtin/clone.c: don't ignore transport_fetch_refs() errors > > Fix potential server side resource deallocation issues when > responding to a partial clone request. > > Will merge to 'next'. This is one that I'd like to see in -rc0, if possible. It's fixing a regression that has existed for two releases (both 2.28 and 2.29). On the other hand, I don't think that anybody has reported these issues... > * tb/pack-bitmap (2020-12-08) 24 commits > > Various improvement to the codepath that writes out pack bitmaps. > > Will merge to 'next'? I'm obviously biased, but I'd be quite happy to see this get onto next. I would like Jonathan Tan to take another look over the series (since he reviewed many parts of v2), in addition to anybody else with interest and time. Thanks, Taylor