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 /doc | |
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 'doc')
-rw-r--r-- | doc/bugs/git_annex_fsck_in_direct_mode_does_not_checksum_files.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/bugs/git_annex_fsck_in_direct_mode_does_not_checksum_files.mdwn b/doc/bugs/git_annex_fsck_in_direct_mode_does_not_checksum_files.mdwn index a52a3c4fd..9563f0683 100644 --- a/doc/bugs/git_annex_fsck_in_direct_mode_does_not_checksum_files.mdwn +++ b/doc/bugs/git_annex_fsck_in_direct_mode_does_not_checksum_files.mdwn @@ -14,4 +14,5 @@ git-annex version: 4.20130405, Linux Please provide any additional information below. - +> I've fixed it, fsck is indeed checksumming direct mode files now, as long +> as they're not known to be modified. [[done]] --[[Joey]] |