On Wed, Feb 10, 2021 at 11:54:23PM -0800, Junio C Hamano wrote: > Taylor Blau <me@xxxxxxxxxxxx> writes: > > > diff --git a/pack-revindex.c b/pack-revindex.c > > index 83fe4de773..da4101f4b2 100644 > > --- a/pack-revindex.c > > +++ b/pack-revindex.c > > @@ -3,6 +3,7 @@ > > #include "object-store.h" > > #include "packfile.h" > > #include "config.h" > > +#include "midx.h" > > This seems to assume that the topic tb/pack-revindex-on-disk is > already there? Yeah, this topic depends on tb/pack-revindex-on-disk, which looks like will be merged to master according to your last What's Cooking email. > Just trying to establish what dependencies the bunch of topics have > among themselves. Thanks, I hope that it wasn't too much trouble. Taylor