On Wed, Aug 20, 2025 at 06:53:34AM -0700, Karthik Nayak wrote: > Patrick Steinhardt <ps@xxxxxx> writes: > > > The `get_all_packs()` function prepares the packfile store and then > > returns its packfiles. Refactor it to accept a packfile store instead of > > a repository to clarify its scope. > > > > [snip] > > Nit: From running the clang formatter, small cleanups: These would all be while-at-it changes though, so I'd prefer to punt on them for now. Patrick