diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-16 16:17:20 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-16 16:20:30 -0400 |
commit | 0bb7e38c01fda96340b371081ac5a310f2712838 (patch) | |
tree | 43ac4c50e7eb6a66e8a9ba2a4a3266d7c9dc84b5 /debian | |
parent | 21d8cff6adf42043acaf90537e83c0ab5b357117 (diff) |
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..
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 94bb249b9..48a307a87 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 |