summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-02-12 14:36:00 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-02-12 14:36:00 -0400
commitadf01450160b6c9f003b3877fc45d32aef6ce99b (patch)
tree14679210e7d3f025e9765f11e9889fec00710e83 /doc/todo
parente3877bebbbb03ca607d617acd5d8a599ef0ff221 (diff)
comment
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/smudge.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/todo/smudge.mdwn b/doc/todo/smudge.mdwn
index 973a299b9..c615f8f14 100644
--- a/doc/todo/smudge.mdwn
+++ b/doc/todo/smudge.mdwn
@@ -32,6 +32,10 @@ git-annex should use smudge/clean filters.
* Eventually (but not yet), make v6 the default for new repositories.
Note that the assistant forces repos into direct mode; that will need to
be changed then, and it should enable annex.thin instead.
+* annex.thin doesn't work on crippled filesystems, so changing to v6
+ unlocked files on such a FS always doubles disk use from direct mode.
+ Do something about this? Could use windows hard link equivilant.. Or,
+ could only store the file content in the work tree and not annex/objects.
* Later still, remove support for direct mode, and enable automatic
v5 to v6 upgrades.