On Thu, Aug 21, 2025 at 09:39:01AM +0200, Patrick Steinhardt wrote: > diff --git a/packfile.h b/packfile.h > index d7ac8d24b4..cf81091175 100644 > --- a/packfile.h > +++ b/packfile.h > @@ -63,6 +63,12 @@ struct packfile_store { > * the store. > */ > struct packed_git *packs; > + > + /* > + * Whether packfiles have already been populated with this store's > + * packs. > + */ > + bool initialized; Exciting ;-). Thanks, Taylor