On Wed, Jan 27, 2021 at 05:11:36PM -0500, Jeff King wrote: > The first patch is just a test-script enhancement to let test_commit > avoid creating tags. During some recent refactoring, we actually broke > the --disk-usage feature but the test script didn't catch it because the > tags were being picked up by "--all". Since this is at least the third > time I've run into that in our test suite, I thought I'd make it a > little more convenient to avoid. :) I appreciate the non-incriminating "we", but the person who caused the regression was most certainly me ;-). This happened while cherry-picking Junio's recent merge of tb/revindex-api, which obviously did not cause a merge conflict with this new caller. The remaining details are boring, but they definitely weren't Peff's fault :-). Thanks, Taylor