old version bug; not present in current version

This commit is contained in:
Joey Hess 2015-05-26 11:00:57 -04:00
parent a9583a3ee4
commit dfd145658c
2 changed files with 14 additions and 0 deletions

View file

@ -101,3 +101,5 @@ ok
giovanni@amalgama:/tmp/test (master)$ git annex fsck --from test --more
giovanni@amalgama:/tmp/test (master)$
"""]]
> [[done]] --[[Joey]]

View file

@ -0,0 +1,12 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2015-05-26T14:57:24Z"
content="""
More recent versions of git-annex don't use the mtime hack, so avoid this
problem. I had not realized that was a benefit of ditching the mtime hack,
actually; it was done for other reasons like keeping separate incremental
fscks of different remotes.
I have verified that the problem does not exist with current versions.
"""]]