aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-05-10 15:00:19 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-05-10 15:00:22 -0400
commit07b1aa343b6d82e8f75de606a5647b0a789f76e0 (patch)
tree800085c0d1a5320c08e6e90b43a1781daa076b2d /debian
parentc7408c23459c951add738b8a7dc8b18f6e98e178 (diff)
In the unusual configuration where annex.crippledfilesystem=true but core.symlinks=true, store object contents in mixed case hash directories so that symlinks will point to them.
Contents are searched for in both locations, same as before, so this does not add any overhead.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 6a031b7e8..4381f5810 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,9 @@ git-annex (6.20160420) UNRELEASED; urgency=medium
when it's decrypting data.
* fsck: When a key is not previously known in the location log,
record something so that reinject --known will work.
+ * In the unusual configuration where annex.crippledfilesystem=true but
+ core.symlinks=true, store object contents in mixed case hash
+ directories so that symlinks will point to them.
-- Joey Hess <id@joeyh.name> Thu, 28 Apr 2016 13:17:04 -0400