deal with FAT on Linux timestamp issue

Deal with FAT's low resolution timestamps, which in combination with
Linux's caching of higher res timestamps while a FAT is mounted, caused
direct mode repositories on FAT to seem to have modified files after they
were unmounted and remounted.

This commit was sponsored by Fabrice Rossi.
This commit is contained in:
Joey Hess 2014-06-11 14:46:03 -04:00
parent d7ef984999
commit 1c18056e15
3 changed files with 14 additions and 2 deletions

4
debian/changelog vendored
View file

@ -7,6 +7,10 @@ git-annex (5.20140607) UNRELEASED; urgency=medium
* Windows: Fix opening webapp when repository is in a directory with
spaces in the path.
* Fix build with wai 0.3.0.
* Deal with FAT's low resolution timestamps, which in combination with
Linux's caching of higher res timestamps while a FAT is mounted, caused
direct mode repositories on FAT to seem to have modified files after
they were unmounted and remounted.
-- Joey Hess <joeyh@debian.org> Mon, 09 Jun 2014 14:44:09 -0400