diff --git a/doc/forum/git__58____There_are_too_many_unreachable_loose_objecs_/comment_3_f0c6869f31a31803adec0fdc0befa178._comment b/doc/forum/git__58____There_are_too_many_unreachable_loose_objecs_/comment_3_f0c6869f31a31803adec0fdc0befa178._comment new file mode 100644 index 0000000000..d3f18c5947 --- /dev/null +++ b/doc/forum/git__58____There_are_too_many_unreachable_loose_objecs_/comment_3_f0c6869f31a31803adec0fdc0befa178._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 3""" + date="2023-03-06T16:31:40Z" + content=""" +By "all annex blob files", do you mean that all the files it wants to +remove look like git-annex links? + +The way this can generally happen is if you `git add` a file +(`git-annex add` would be the same) and then, without committing that, you +`git rm` it, or you change the file and run `git add` again on the new +content. The original version of the file is not pointed to by any commit, +so it's unreachable. + +So having a lot of such git objects is not itself evidence of a problem, +if you have done that a lot. Or something similar, such as deleting a +branch. +"""]]