This commit is contained in:
Joey Hess 2023-02-08 12:21:33 -04:00
parent 9a8f6e8d67
commit f19ee2c479
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -18,3 +18,9 @@ the old names when unmangeling (in dirFromViewedFile). Perhaps something
additional could be recorded when entering a view branch that indicates what additional could be recorded when entering a view branch that indicates what
kind of name mangling was used, so it doesn't have to try both. kind of name mangling was used, so it doesn't have to try both.
--[[Joey]] --[[Joey]]
> When several files are in a deep directory tree like `foo/bar/baz`,
> that would be an annoying common prefix to deal with, which the current
> mangling avoids. So perhaps keeping it postfix is still a good idea, but
> it could still use the psdudoslash. Eg, `somefile@foo/bar/baz.ext`?
> --[[Joey]]