summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-04-08 15:31:53 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-04-08 15:31:53 -0400
commit02e813d4417659ffe50f50672cc6aef9196412e6 (patch)
treef516ca6bd14a080f67129982327f046aa3007884
parent20f5069da062a688a89d153d0391b44f8d75aaab (diff)
update
-rw-r--r--doc/todo/smudge.mdwn8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/todo/smudge.mdwn b/doc/todo/smudge.mdwn
index a80869dc0..d4187c0a0 100644
--- a/doc/todo/smudge.mdwn
+++ b/doc/todo/smudge.mdwn
@@ -26,10 +26,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.
+* annex.thin doesn't have any effect on filesystems not supporting
+ hard links. It does work on Windows now(!) -- but not on FAT.
+ So changing to v6 unlocked files on such a FS always doubles
+ disk use from direct mode. Do something about this?
* Later still, remove support for direct mode, and enable automatic
v5 to v6 upgrades.