What's wrong with this entry?
The sandbox cleanup routine that removes planted bare-repo files now preserves the HEAD file and the .git directory within those repos during the scrub pass.
- Previously all files were deleted recursively without exception.
- Now
HEADand.gitentries are skipped during the scrub, avoiding corruption of valid git metadata.
si1() function (search for "[Sandbox] scrubbed planted bare-repo file")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.