I ran git fsck
and obtained the following:
Checking object directories: 100% (256/256), done.
Checking objects: 100% (2338/2338), done.
dangling blob b16084cfd9ca4429688cf5cf7a1948d4307f31f7
From previous questions on dangling blobs (See here, for instance) it is clear that this is not something to worry about and that it is a normal part of garbage collection process. However, I would like to find out what exactly this blob corresponds to.
Can one get, for instance, some data of which date this blob was made? What is the directory structure/file name that this blob corresponds to?
One of the answers here suggested to try git show b16084cfd9ca4429688cf5cf7a1948d4307f31f7
but this does not produce any text/human readable output. Perhaps this blob was referring to some nontext file/folder.