fsck: Check content of direct mode files (only when the inode cache thinks they are unmodified).

I wrote this earlier, but it never worked because it was looking at the
.git/annex/object content, which is not there..
This commit is contained in:
Joey Hess 2013-04-16 16:17:20 -04:00
parent 6490418a4e
commit 22afcdf2a5
4 changed files with 19 additions and 14 deletions

2
debian/changelog vendored
View file

@ -40,6 +40,8 @@ git-annex (4.20130406) UNRELEASED; urgency=low
ssh key name, so that a locked down ssh key for one repository is not
re-used when setting up additional repositories on the same server.
* Fall back to internal url downloader when built without curl.
* fsck: Check content of direct mode files (only when the inode cache
thinks they are unmodified).
-- Joey Hess <joeyh@debian.org> Sat, 06 Apr 2013 15:24:15 -0400