diff options
author | Joey Hess <joey@kitenet.net> | 2014-02-25 18:45:09 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-02-25 18:45:09 -0400 |
commit | 425b6fca0046d6fb8ddd8a8a4f2bd77fef52c25d (patch) | |
tree | eec260145fb8df2a8160e6dc3b248751878e381d /doc/design/metadata.mdwn | |
parent | 7b15c2146cb3fcb60a95dd6df435b34bd97e39db (diff) |
metadata: FIeld names are now case insensative.
Diffstat (limited to 'doc/design/metadata.mdwn')
-rw-r--r-- | doc/design/metadata.mdwn | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/doc/design/metadata.mdwn b/doc/design/metadata.mdwn index 7d1ff4bfa..704738843 100644 --- a/doc/design/metadata.mdwn +++ b/doc/design/metadata.mdwn @@ -180,14 +180,7 @@ So, possible approaches: 2 directories representing a metadata field. Solution might be to compare fields names case-insensitively, and - pick one representation consistently. - - Alternatively, it could escape `A` to `_A` when such a filesystem - is detected and avoid collisions that way (double `_` to escape it). - This latter option is ugly, but so are non-posix filesystems.. and it - also solves any similar issues with case-colliding filenames. - - TODO: Check current state of this. + pick one representation consistently. **done** * Assistant needs to know about views, so it can update metadata when files are moved around inside them. TODO |