On Tue, Oct 15, 2019 at 01:55:56PM +0000, Derrick Stolee via GitGitGadget wrote: > Running 'git read-tree -mu HEAD' on this file had the following > performance: > > core.sparseCheckout=false: 0.21 s (0.00 s) > core.sparseCheckout=true: 3.75 s (3.50 s) > core.sparseCheckout=cone: 0.23 s (0.01 s) The previous patch added 'core.sparseCheckoutCone', so this last line should be 'core.sparseCheckoutCone=true', shouldn't it?