Jeff King <peff@xxxxxxxx> writes: > I haven't tested it, but I suspect that doing multiple fetches could > result in passing bad objects through a fetch.fsckObjects filter. > Because the objects aren't quarantined on fetch, and because > fsck_finish() requires the objects to be installed into place, they may > ... > I think in the long run fetch should implement a similar quarantine > procedure to what happens on push. Interesting. I wonder if we can teach quickfetch codepath to notice the presence of fsckObjects, instead of doing a full quarantine. We can easily enumerate those objects that were already in the object database but outside of the reachability chain before we pretend that we fetched them and make them reachable, and check the content integrity of them, no?