tag datalad

It links to a datalad issue, so I suppose this is right?
This commit is contained in:
Joey Hess 2023-03-13 13:48:10 -04:00
parent a6bebe3c0f
commit 0784c3e72a
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 1 additions and 5 deletions

View file

@ -31,3 +31,4 @@ git-annex version: 10.20230214+git26-g8f2829e646-1~ndall+1
as `git` doesn't mind, and now annex batched commands support `-z` already for filenames with newlines in them, I think git-annex should tolerate repository folders with newlines in them too.
[[!tag projects/datalad]]

View file

@ -20,9 +20,4 @@ which can get a newline in a value with eg
`git annex config --set annex.largefiles "xxx\nyyy"`
and the result is that reading the value back out omits
the part after the newline.
Also, a newline in a subdirectory inside the repository breaks
adding files in that directory with `git-annex add`.git-
Newlines in filenames seem to work ok though...
"""]]