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

4
debian/changelog vendored
View file

@ -16,6 +16,10 @@ git-annex (5.20140832) UNRELEASED; urgency=medium
transfers.
* sync: Ensure that pending changes to git-annex branch are committed
when in direct mode. (Fixing a very minor reversion.)
* 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.
-- Joey Hess <joeyh@debian.org> Thu, 04 Sep 2014 16:17:22 -0400