Re: [PATCH 7/9] pack-revindex: read multi-pack reverse indexes
From: Junio C Hamano <hidden>
Date: 2021-02-11 07:58:19
Taylor Blau [off-list ref] writes:
quoted hunk
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? Just trying to establish what dependencies the bunch of topics have among themselves. Thanks.