Han-Wen Nienhuys <hanwen@xxxxxxxxxx> writes: > Hi Taylor, > > Your recent work on cruft packs breaks with reftable. I suggest the > following change > > - rm -fr .git/logs && > + git reflog expire --all --expire=all && > > to make the test independent of ref storage format. Thanks. I should have caught it when I read the patch.