projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c3c4c1
)
close
author
Joey Hess
<joeyh@joeyh.name>
Wed, 1 Mar 2023 16:22:38 +0000
(12:22 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Wed, 1 Mar 2023 16:22:38 +0000
(12:22 -0400)
doc/todo/make_add_--batch_add_directories_content.mdwn
patch
|
blob
|
history
diff --git
a/doc/todo/make_add_--batch_add_directories_content.mdwn
b/doc/todo/make_add_--batch_add_directories_content.mdwn
index 7993223216d9956c4fe21cae27cbe2bbc051aa23..9e4d33b5bf59a3b1800ce9aa079c48c3064df58b 100644
(file)
--- a/
doc/todo/make_add_--batch_add_directories_content.mdwn
+++ b/
doc/todo/make_add_--batch_add_directories_content.mdwn
@@
-42,3
+42,13
@@
so `annex add` and `annex add --batch` behave differently on folder paths.
[[!meta author=yoh]]
[[!tag projects/datalad]]
+
+> Comments seem clear that this should not be changed, and there are easy
+> things users of --batch can do to recurse directories themselves.
+>
+> Also I checked and the documentation of --batch for git-annex add
+> (and other commands) does say that it reads a file from stdin,
+> so there's at least that documentation that it does not support
+> directories.
+>
+> So, [[wontfix|done]] --[[Joey]]