summaryrefslogtreecommitdiff
path: root/doc/design
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-02-22 16:37:13 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-02-22 16:37:13 -0400
commit71bd7a787166087a1a0bb8372027dd8cf94d0a2e (patch)
tree3c902e6623a54af71bd608d65f04ab6659b2748c /doc/design
parent36b45da98ef655c8d2cecb3d1af8a712b2116c5a (diff)
etoolong
Diffstat (limited to 'doc/design')
-rw-r--r--doc/design/metadata.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/design/metadata.mdwn b/doc/design/metadata.mdwn
index c700e3674..a648f5fe6 100644
--- a/doc/design/metadata.mdwn
+++ b/doc/design/metadata.mdwn
@@ -208,3 +208,7 @@ So, possible approaches:
* 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
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