From c6fae24f7c155a367cefdb5cdcbd184b8767261f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 22 Feb 2014 16:37:13 -0400 Subject: [PATCH] etoolong --- doc/design/metadata.mdwn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/design/metadata.mdwn b/doc/design/metadata.mdwn index c700e36743..a648f5fe69 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