From 85eb26e746a6ac59c8095455e168bf31bb2c189d Mon Sep 17 00:00:00 2001 From: "git-annex.visiteur@e9d364191d2ffc1b163c8d9e4c57dbadf58aad8e" Date: Mon, 7 Mar 2022 19:22:54 +0000 Subject: [PATCH] Added a comment --- ..._e972b9fb5c6af4ecd295dc954bb2f55a._comment | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 doc/bugs/git_annex_get_--batch_does_not_work/comment_3_e972b9fb5c6af4ecd295dc954bb2f55a._comment diff --git a/doc/bugs/git_annex_get_--batch_does_not_work/comment_3_e972b9fb5c6af4ecd295dc954bb2f55a._comment b/doc/bugs/git_annex_get_--batch_does_not_work/comment_3_e972b9fb5c6af4ecd295dc954bb2f55a._comment new file mode 100644 index 0000000000..03451cdfdc --- /dev/null +++ b/doc/bugs/git_annex_get_--batch_does_not_work/comment_3_e972b9fb5c6af4ecd295dc954bb2f55a._comment @@ -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...) + ... +"""]]