diff options
author | Joey Hess <joey@kitenet.net> | 2014-09-11 14:50:18 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-09-11 14:50:18 -0400 |
commit | 647feed2d73a80c516c9b4bba29d6647c2af2f94 (patch) | |
tree | 4b39e2c399a083976d8d470a6c84fa571772e81e /debian/changelog | |
parent | 870f2cd10cecd61bbf9ff8c0f229bcb63b5b2a31 (diff) |
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.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ec0684f03..710f72a34 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 |