Skip to content

Fix CHANGES_DONE_HINT handling on inotify

The fallback code that handles monitor backends that can't emit CHANGES_DONE_HINT was doubly broken, on one hand we emitted CHANGED constantly on the backends that admitted it, and barely emitted CREATED/CHANGED on the ones that did.

This is fixed between other mildly related polishing.

Merge request reports