diff options
author | stp <stp@web> | 2014-02-24 12:28:08 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-02-24 12:28:08 +0000 |
commit | 35221c8ffb7609a9901f6151a20e27fef988cb77 (patch) | |
tree | 1beea704bd35c3eaf49cd6726cb86c96e9a82f35 /doc/devblog | |
parent | b8075a4f8c48ff9fc8b228ea8d707214be238afa (diff) |
Added a comment: New findings
Diffstat (limited to 'doc/devblog')
-rw-r--r-- | doc/devblog/day_-4__forgetting/comment_7_a865216046aa91a47d0d2b2f0668ea89._comment | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/devblog/day_-4__forgetting/comment_7_a865216046aa91a47d0d2b2f0668ea89._comment b/doc/devblog/day_-4__forgetting/comment_7_a865216046aa91a47d0d2b2f0668ea89._comment new file mode 100644 index 000000000..dc142edc0 --- /dev/null +++ b/doc/devblog/day_-4__forgetting/comment_7_a865216046aa91a47d0d2b2f0668ea89._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="stp" + ip="84.56.21.11" + subject="New findings" + date="2014-02-24T12:28:03Z" + content=""" +Another thing I found, which was annoying is that I have objects in my annex not tracked anywhere it seems. +\"git annex fsck --all\" complains about not having access to the object. \"git log --stat -S '$key'\" doesn't have any record. \"git annex fsck\" has no issues and \"git annex unused\" comes up empty too. +I'm not sure where these objects still reside or why how to remove this annoying failure. + +So not only should \"git annex forget $key\" remove references from within all branches, but should also clean up the aforementioned loose objects, which are neither unused, nor available, nor referenced. +"""]] |