This commit is contained in:
Joey Hess 2021-07-29 13:14:03 -04:00
parent 72a13d2a5f
commit 897fd5c104
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -148,6 +148,9 @@ isUnmodified' = isUnmodifiedLowLevel Database.Keys.addInodeCaches
{- Cheap check if a file contains the unmodified content of the key, {- Cheap check if a file contains the unmodified content of the key,
- only checking the InodeCache of the key. - only checking the InodeCache of the key.
- -
- When the InodeCache is stale, this may incorrectly report that a file is
- modified.
-
- Note that, on systems not supporting high-resolution mtimes, - Note that, on systems not supporting high-resolution mtimes,
- this may report a false positive when repeated edits are made to a file - this may report a false positive when repeated edits are made to a file
- within a small time window (eg 1 second). - within a small time window (eg 1 second).