On Mon, Jan 25, 2021 at 06:37:42PM -0500, Taylor Blau wrote: > Add a new option that unconditionally enables the pack.writeReverseIndex > setting in order to run the whole test suite in a mode that generates > on-disk reverse indexes. Additionally, enable this mode in the second > run of tests under linux-gcc in 'ci/run-build-and-tests.sh'. > > Once on-disk reverse indexes are proven out over several releases, we > can change the default value of that configuration to 'true', and drop > this patch. Sounds like a good plan. > diff --git a/pack-revindex.h b/pack-revindex.h > index 61b2f3ab75..d1a0595e89 100644 > --- a/pack-revindex.h > +++ b/pack-revindex.h > @@ -16,9 +16,12 @@ > * can be found > */ > > + > #define RIDX_SIGNATURE 0x52494458 /* "RIDX" */ > #define RIDX_VERSION 1 Funny stray whitespace. -Peff