(no commit message)
authorAtemu <Atemu@web>
Tue, 25 May 2021 14:51:21 +0000 (14:51 +0000)
committeradmin <admin@branchable.com>
Tue, 25 May 2021 14:51:21 +0000 (14:51 +0000)
doc/todo/customisable_directory_special_remote_in_bare_repo.mdwn [new file with mode: 0644]

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 (file)
index 0000000..a57609b
--- /dev/null
@@ -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).