WORM backend: Switched to include the relative path to the file inside the repository, rather than just the file's base name. Note that if you're relying on such things to keep files separate with WORM, you should really be using a better backend.

This commit is contained in:
Joey Hess 2014-09-11 14:50:18 -04:00
parent ea9f66ef6a
commit 9711d529c8
4 changed files with 10 additions and 7 deletions

View file

@ -21,3 +21,4 @@ Instead of just using the basename, WORM keys could be kept stable by
using the relative path and anchoring it to the root of the
repository.
> [[fixed|done]] --[[Joey]]