On Thu, Jul 5, 2018 at 8:54 PM Derrick Stolee <stolee@xxxxxxxxx> wrote: > If a 'git repack' command replaces existing packfiles, then we must > clear the existing multi-pack-index before moving the packfiles it > references. > > Signed-off-by: Derrick Stolee <dstolee@xxxxxxxxxxxxx> > --- > builtin/repack.c | 8 ++++++++ > midx.c | 12 ++++++++++++ > midx.h | 1 + > 3 files changed, 21 insertions(+) This seems like a pretty important bit of functionality. Is there any way to add a test of it to t5319 or would it be too difficult (or not important enough)?