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.
This commit is contained in:
Joey Hess 2016-05-10 15:00:19 -04:00
parent 8a81ddb448
commit 2d00523609
Failed to extract signature
3 changed files with 46 additions and 16 deletions

3
debian/changelog vendored
View file

@ -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