From: Junio C Hamano <hidden> Date: 2016-06-15 22:52:34
Thomas Rast [off-list ref] writes:
A simple utility that invalidates all existing cache-tree data. We
need this for tests. (We don't need a tool to rebuild the cache-tree
data; git read-tree HEAD works for that.)
"git read-tree -m HEAD HEAD" would work for that, I suspect ;-)
But that can be improved later, so it is very sensible to add a test tool
like this.