diff --git a/doc/todo/customisable_directory_special_remote_in_bare_repo.mdwn b/doc/todo/customisable_directory_special_remote_in_bare_repo.mdwn new file mode 100644 index 0000000000..a57609bfa2 --- /dev/null +++ b/doc/todo/customisable_directory_special_remote_in_bare_repo.mdwn @@ -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).