diff options
Diffstat (limited to 'doc/design/metadata.mdwn')
-rw-r--r-- | doc/design/metadata.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/design/metadata.mdwn b/doc/design/metadata.mdwn index 992ae1ca7..719d46323 100644 --- a/doc/design/metadata.mdwn +++ b/doc/design/metadata.mdwn @@ -198,3 +198,7 @@ So, possible approaches: * 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 + +* When a file is edited and the new version committed, the new key + does not inherit the metadata of the old key. Which may be right + sometimes, but more generally violates least surprise. |