From 64e9fa32675ceadadab71ba1bb07465c15bc4cec Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 8 Mar 2022 14:07:24 -0400 Subject: [PATCH] comment --- ...ent_6_56716644ee1534b8fe90ba502856455c._comment | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/bugs/git_annex_get_--batch_does_not_work/comment_6_56716644ee1534b8fe90ba502856455c._comment diff --git a/doc/bugs/git_annex_get_--batch_does_not_work/comment_6_56716644ee1534b8fe90ba502856455c._comment b/doc/bugs/git_annex_get_--batch_does_not_work/comment_6_56716644ee1534b8fe90ba502856455c._comment new file mode 100644 index 0000000000..c38749162e --- /dev/null +++ b/doc/bugs/git_annex_get_--batch_does_not_work/comment_6_56716644ee1534b8fe90ba502856455c._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 6""" + date="2022-03-08T17:56:54Z" + content=""" +According to the git-annex info output, `Wasabi` is a directory. + +Since a directory is not an annexed file, git-annex get --batch will +not get it, so it outputs a blank line. If you tell it to get a specific file +within that directory, it will. + +Since git-annex info --batch can operate on directories as well as on files, +it does. That is the reason for the inconsistency. +"""]]