This commit is contained in:
Joey Hess 2014-02-22 16:37:13 -04:00
parent 2d2a480325
commit c6fae24f7c

View file

@ -208,3 +208,7 @@ So, possible approaches:
* What happens if git annex add or the assistant add a new file while on a * What happens if git annex add or the assistant add a new file while on a
view? If the file is not also added to the master branch, it will be lost view? If the file is not also added to the master branch, it will be lost
when exiting the view. TODO when exiting the view. TODO
* The filename mangling can result in a filename in a view
that is too long for its containing filesystem. Should detect and do
something reasonable to avoid. TODO