From 3dd88ed59741facfea80af1b759bb49600b57e76 Mon Sep 17 00:00:00 2001 From: martin Date: Sat, 3 May 2014 18:53:13 +0000 Subject: [PATCH] --- .../FAT:_Date_resolution_for_mtime_2s--__62___implications.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/forum/FAT:_Date_resolution_for_mtime_2s--__62___implications.mdwn b/doc/forum/FAT:_Date_resolution_for_mtime_2s--__62___implications.mdwn index 0b7efb5672..a81d0cb47c 100644 --- a/doc/forum/FAT:_Date_resolution_for_mtime_2s--__62___implications.mdwn +++ b/doc/forum/FAT:_Date_resolution_for_mtime_2s--__62___implications.mdwn @@ -1,5 +1,5 @@ The Date resolution for FAT is only 2 seconds for the "last modified time." -This leeds to the strange behaviour, that after umount and remount of an usb drive (direct mode) git-annex thinks that suddenly approx. 50% of +This leads to the strange behaviour, that after umount and remount of an usb drive (direct mode) git-annex thinks that suddenly approx. 50% of the files are modified. (after remount the times appears to be rounded to even values) One solution would be to treat differences up to 1s in modification time as unmodified or create an new parameter like rsync's "modify-window" for this...