Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2021-05-25 11:45:02 -04:00
commit cd73fcc92c
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 618 additions and 0 deletions

View file

@ -0,0 +1,5 @@
AFAICT, the `annex/` subdir in a bare annex repo is the exact same layout as a directory special remote.
It'd be very useful if its parameters could be customised just like an actual directory special remote to allow for e.g. encrypted and/or chunked storage. I have a use-case where this could significantly simplify things.
An interesting side-effect of this would be a tweakable location for a bare repo's storage which could be used to separate metadata and data (i.e. git repo on SSD for fast syncs and actual data on an HDD).