Added a comment

This commit is contained in:
git-annex.visiteur@e9d364191d2ffc1b163c8d9e4c57dbadf58aad8e 2022-03-07 19:22:54 +00:00 committed by admin
parent 0127e5f4e4
commit 85eb26e746

View file

@ -0,0 +1,35 @@
[[!comment format=mdwn
username="git-annex.visiteur@e9d364191d2ffc1b163c8d9e4c57dbadf58aad8e"
nickname="git-annex.visiteur"
avatar="http://cdn.libravatar.org/avatar/59640df9d44f100f0bf98c1cbb430037"
subject="comment 3"
date="2022-03-07T19:22:54Z"
content="""
I already see in the manual that blank line means the file is not in annex. But it is NOT the case here.
I do think it's is a bug. See the result of the following commands executed in a row:
> echo \"Wasabi\" | git annex info --batch
directory: Wasabi
local annex keys: 0
local annex size: 0 bytes
annexed files in working tree: 4
size of annexed files in working tree: 733.1 megabytes
numcopies stats:
numcopies +3: 4
repositories containing these files: 4
733.1 MB: 2a15d9f9-eb82-4b20-8b4d-2ae1e0da4eee -- freenas
733.1 MB: 7c082253-61af-45e1-b68d-381d2516a626 -- passport
733.1 MB: c6634036-e251-425e-a075-1ec4e08b0a78 -- pomme
733.1 MB: d58b0ca5-becd-416e-b1cd-e6fefca3685f -- intenso [osmc]
combined size of repositories containing these files: 2.93 gigabytes
> echo \"Wasabi\" | git annex get --batch
(blank line)
> git annex get Wasabi
get Wasabi/Wasabi-fanart.jpg (from osmc...)
...
"""]]