On Tue, Mar 28, 2017 at 07:07:30PM +0000, git@xxxxxxxxxxxxxxxxx wrote: > From: Jeff Hostetler <jeffhost@xxxxxxxxxxxxx> > > Version 3 of this patch series simplifies this effort to just turn > on/off the hash verification using a "core.checksumindex" config variable. > > I've preserved the original checksum validation code so that we can > force it on in fsck if desired. > > It eliminates the original threading model completely. > > Jeff Hostetler (2): > read-cache: core.checksumindex > test-core-checksum-index: core.checksumindex test helper > > Makefile | 1 + > read-cache.c | 12 ++++++ > t/helper/.gitignore | 1 + > t/helper/test-core-checksum-index.c | 77 +++++++++++++++++++++++++++++++++++++ Do we still need test-core-checksum-index? Can we just time ls-files or something in t/perf? -Peff