packages feed

git-annex-3.20120614: doc/forum/fsck_gives_false_positives/comment_1_b91070218b9d5fb687eeee1f244237ad

[[!comment format=mdwn
 username="http://joey.kitenet.net/"
 nickname="joey"
 subject="comment 1"
 date="2012-02-14T16:58:33Z"
 content="""
Well, it should only move files to `.git/annex/bad/` if their filesize is wrong, or their checksum is wrong.

You can try moving a file out of `.git/annex/bad/` and re-run fsck and see if it fails it again. (And if it does, paste in a log!) 

To do that -- 
Suppose you have a file `.git/annex/bad/SHA256-s33--5dc45521382f1c7974d9dbfcff1246370404b952` and you know that file `foobar` was supposed to have that content (you can check that `foobar` is a symlink to that SHA value). Then reinject it:

`git annex reinject .git/annex/bad/SHA256-s33--5dc45521382f1c7974d9dbfcff1246370404b952 foobar`
"""]]