6a473788a57b43de0ef06cc8dd4ebeff67d2cd66
[git-annex.git] /
1 [[!comment format=mdwn
2  username="joey"
3  subject="""comment 1"""
4  date="2021-01-25T15:34:39Z"
5  content="""
6 Reproduced on fat with the current version. (You didn't say what your
7 filesystem was however.)
8
9 Seems quite possibly related to the recent change in
10 [[!commit 73df633a6215faa093e4a7524c6d328aa988aed1]]. Since that 
11 made the inode not be considered when importing, and since FAT has very
12 low resolution timestamps (1s), repeated modifications of a file that don't
13 change its size could not be noticed when repeatedly importing.
14
15 But hmm, the test suite already guards against such a thing by making sure,
16 when writing a new value to a file, that the modification time is different
17 than before.
18 """]]