merge in windows loststamp branch

This commit is contained in:
Joey Hess 2014-06-12 15:20:48 -04:00
commit b291951180
12 changed files with 181 additions and 12 deletions

5
debian/changelog vendored
View file

@ -11,7 +11,10 @@ git-annex (5.20140607) UNRELEASED; urgency=medium
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.
* Deal with Windows's horrible handling of time zone changes.
* Detect when Windows has lost its mind in a timezone change, and
automatically apply a delta to the timestamps it returns, to get back to
sane values. Note that this may cause a one-time re-checksumming of all
files on Windows, on upgrade to this version.
-- Joey Hess <joeyh@debian.org> Mon, 09 Jun 2014 14:44:09 -0400