On Tue, Nov 19, 2024 at 04:36:49PM +0100, Karthik Nayak wrote: > The `MIDX_MIN_SIZE` definition is used to check the midx_size in > `local_multi_pack_index_one`. This definitions relies on the Nit: s/definitions/definition > `the_hash_algo` global variable. Inline this and remove the global > variable usage. > > With this, remove `USE_THE_REPOSITORY_VARIABLE` usage from `midx.c`. > > Signed-off-by: Karthik Nayak <karthik.188@xxxxxxxxx> > ---